Skip to content

Commit

Permalink
chore: Updating Python Requirements (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 11, 2023
1 parent 8b75aa7 commit 374b995
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==41.0.2
cryptography==41.0.3
# via pyjwt
django==3.2.20
# via
Expand Down Expand Up @@ -88,7 +88,7 @@ djangorestframework==3.14.0
# edx-drf-extensions
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.6.0
edx-django-utils==5.7.0
# via
# edx-drf-extensions
# edx-rest-api-client
Expand All @@ -98,7 +98,7 @@ edx-drf-extensions==8.8.0
# via
# -r requirements/base.in
# edx-when
edx-opaque-keys==2.3.0
edx-opaque-keys==2.4.0
# via
# -r requirements/base.in
# edx-drf-extensions
Expand All @@ -107,7 +107,7 @@ edx-rest-api-client==5.6.0
# via -r requirements/base.in
edx-when==2.4.0
# via -r requirements/base.in
event-tracking==2.1.0
event-tracking==2.2.0
# via -r requirements/base.in
fs==2.4.16
# via xblock
Expand Down Expand Up @@ -200,11 +200,11 @@ vine==5.0.0
# kombu
wcwidth==0.2.6
# via prompt-toolkit
web-fragments==2.0.0
web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.6.2
xblock==1.7.0
# via edx-when

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==2.15.6
# via
# pylint
# pylint-celery
chardet==5.1.0
chardet==5.2.0
# via diff-cover
click==8.1.6
# via
Expand Down Expand Up @@ -41,7 +41,7 @@ django==3.2.20
# edx-i18n-tools
docutils==0.19
# via rstcheck-core
edx-i18n-tools==1.0.0
edx-i18n-tools==1.1.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via
Expand Down Expand Up @@ -93,7 +93,7 @@ pydantic==1.10.12
# via rstcheck-core
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.15.1
pygments==2.16.1
# via
# diff-cover
# rich
Expand Down Expand Up @@ -165,7 +165,7 @@ typing-extensions==4.7.1
# rich
virtualenv==20.24.2
# via tox
wheel==0.41.0
wheel==0.41.1
# via -r requirements/dev.in
wrapt==1.15.0
# via astroid
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ click==8.1.6
# pip-tools
packaging==23.1
# via build
pip-tools==7.1.0
pip-tools==7.2.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand All @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.0
wheel==0.41.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.0
wheel==0.41.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pydantic==1.10.12
# via rstcheck-core
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.15.1
pygments==2.16.1
# via rich
pylint==2.17.5
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.2.7
# via pytest-cov
cryptography==41.0.2
cryptography==41.0.3
# via pyjwt
ddt==1.6.0
# via -r requirements/test.in
Expand Down Expand Up @@ -90,7 +90,7 @@ django-webpack-loader==0.7.0
# edx-drf-extensions
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.6.0
edx-django-utils==5.7.0
# via
# edx-drf-extensions
# edx-rest-api-client
Expand All @@ -100,9 +100,9 @@ edx-drf-extensions==8.8.0
# via
# -r requirements/base.in
# edx-when
edx-i18n-tools==1.0.0
edx-i18n-tools==1.1.0
# via -r requirements/test.in
edx-opaque-keys==2.3.0
edx-opaque-keys==2.4.0
# via
# -r requirements/base.in
# edx-drf-extensions
Expand All @@ -111,7 +111,7 @@ edx-rest-api-client==5.6.0
# via -r requirements/base.in
edx-when==2.4.0
# via -r requirements/base.in
event-tracking==2.1.0
event-tracking==2.2.0
# via -r requirements/base.in
exceptiongroup==1.1.2
# via pytest
Expand Down Expand Up @@ -276,11 +276,11 @@ urllib3==2.0.4
# kombu
wcwidth==0.2.6
# via prompt-toolkit
web-fragments==2.0.0
web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.6.2
xblock==1.7.0
# via edx-when
zipp==3.16.2
# via importlib-metadata
Expand Down

0 comments on commit 374b995

Please sign in to comment.