Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Aug 27, 2024
1 parent d018b7b commit 42b6fb1
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 51 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ edx-opaque-keys==2.10.0
# via edx-drf-extensions
edx-rest-api-client==5.7.1
# via -r requirements/base.in
idna==3.7
idna==3.8
# via requests
inflection==0.5.1
# via drf-yasg
Expand All @@ -123,7 +123,7 @@ openapi-codec==1.3.2
# via django-rest-swagger
packaging==24.1
# via drf-yasg
pbr==6.0.0
pbr==6.1.0
# via stevedore
psutil==6.0.0
# via edx-django-utils
Expand Down Expand Up @@ -178,7 +178,7 @@ social-auth-core==4.5.4
# social-auth-app-django
sqlparse==0.5.1
# via django
stevedore==5.2.0
stevedore==5.3.0
# via
# edx-django-utils
# edx-opaque-keys
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ edx-drf-extensions==10.3.0
# via -r requirements/validation.txt
edx-i18n-tools==1.6.2
# via -r requirements/dev.in
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/validation.txt
edx-opaque-keys==2.10.0
# via
Expand All @@ -199,7 +199,7 @@ exceptiongroup==1.2.2
# pytest
factory-boy==3.3.1
# via -r requirements/validation.txt
faker==27.0.0
faker==28.0.0
# via
# -r requirements/validation.txt
# factory-boy
Expand All @@ -208,18 +208,18 @@ filelock==3.15.4
# -r requirements/validation.txt
# tox
# virtualenv
idna==3.7
idna==3.8
# via
# -r requirements/validation.txt
# requests
importlib-metadata==8.3.0
importlib-metadata==8.4.0
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
# build
# keyring
# twine
importlib-resources==6.4.3
importlib-resources==6.4.4
# via
# -r requirements/validation.txt
# keyring
Expand Down Expand Up @@ -321,7 +321,7 @@ packaging==24.1
# tox
path==16.16.0
# via edx-i18n-tools
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/validation.txt
# stevedore
Expand Down Expand Up @@ -467,7 +467,7 @@ rfc3986==2.0.0
# via
# -r requirements/validation.txt
# twine
rich==13.7.1
rich==13.8.0
# via
# -r requirements/validation.txt
# twine
Expand Down Expand Up @@ -512,7 +512,7 @@ sqlparse==0.5.1
# -r requirements/validation.txt
# django
# django-debug-toolbar
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/validation.txt
# code-annotations
Expand Down Expand Up @@ -567,7 +567,7 @@ wheel==0.44.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.20.0
zipp==3.20.1
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
Expand Down
18 changes: 9 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ edx-django-utils==5.15.0
# edx-rest-api-client
edx-drf-extensions==10.3.0
# via -r requirements/test.txt
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.txt
edx-opaque-keys==2.10.0
# via
Expand All @@ -196,7 +196,7 @@ exceptiongroup==1.2.2
# pytest
factory-boy==3.3.1
# via -r requirements/test.txt
faker==27.0.0
faker==28.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -205,19 +205,19 @@ filelock==3.15.4
# -r requirements/test.txt
# tox
# virtualenv
idna==3.7
idna==3.8
# via
# -r requirements/test.txt
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.3.0
importlib-metadata==8.4.0
# via
# build
# keyring
# sphinx
# twine
importlib-resources==6.4.3
importlib-resources==6.4.4
# via keyring
inflection==0.5.1
# via
Expand Down Expand Up @@ -297,7 +297,7 @@ packaging==24.1
# pytest
# sphinx
# tox
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -426,7 +426,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.7.1
rich==13.8.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -481,7 +481,7 @@ sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -532,7 +532,7 @@ virtualenv==20.26.3
# via
# -r requirements/test.txt
# tox
zipp==3.20.0
zipp==3.20.1
# via
# importlib-metadata
# importlib-resources
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.3.0
importlib-metadata==8.4.0
# via build
packaging==24.1
# via build
Expand All @@ -24,7 +24,7 @@ tomli==2.0.1
# pip-tools
wheel==0.44.0
# via pip-tools
zipp==3.20.0
zipp==3.20.1
# via importlib-metadata

# 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 @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==73.0.0
setuptools==73.0.1
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ greenlet==3.0.3
# via gevent
gunicorn==23.0.0
# via -r requirements/production.in
idna==3.7
idna==3.8
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -171,7 +171,7 @@ packaging==24.1
# -r requirements/base.txt
# drf-yasg
# gunicorn
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
Expand Down Expand Up @@ -258,7 +258,7 @@ sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -279,7 +279,7 @@ urllib3==2.2.2
# requests
zope-event==5.0
# via gevent
zope-interface==7.0.1
zope-interface==7.0.2
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 9 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ edx-django-utils==5.15.0
# edx-rest-api-client
edx-drf-extensions==10.3.0
# via -r requirements/test.txt
edx-lint==5.3.7
edx-lint==5.4.0
# via
# -r requirements/quality.in
# -r requirements/test.txt
Expand All @@ -184,7 +184,7 @@ exceptiongroup==1.2.2
# pytest
factory-boy==3.3.1
# via -r requirements/test.txt
faker==27.0.0
faker==28.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -193,15 +193,15 @@ filelock==3.15.4
# -r requirements/test.txt
# tox
# virtualenv
idna==3.7
idna==3.8
# via
# -r requirements/test.txt
# requests
importlib-metadata==8.3.0
importlib-metadata==8.4.0
# via
# keyring
# twine
importlib-resources==6.4.3
importlib-resources==6.4.4
# via keyring
inflection==0.5.1
# via
Expand Down Expand Up @@ -279,7 +279,7 @@ packaging==24.1
# pyproject-api
# pytest
# tox
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -404,7 +404,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.1
rich==13.8.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -442,7 +442,7 @@ sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -490,7 +490,7 @@ virtualenv==20.26.3
# via
# -r requirements/test.txt
# tox
zipp==3.20.0
zipp==3.20.1
# via
# importlib-metadata
# importlib-resources
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ edx-django-utils==5.15.0
# edx-rest-api-client
edx-drf-extensions==10.3.0
# via -r requirements/base.txt
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.in
edx-opaque-keys==2.10.0
# via
Expand All @@ -161,13 +161,13 @@ exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.1
# via -r requirements/test.in
faker==27.0.0
faker==28.0.0
# via factory-boy
filelock==3.15.4
# via
# tox
# virtualenv
idna==3.7
idna==3.8
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -218,7 +218,7 @@ packaging==24.1
# pyproject-api
# pytest
# tox
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
Expand Down Expand Up @@ -342,7 +342,7 @@ sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down
Loading

0 comments on commit 42b6fb1

Please sign in to comment.