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 Sep 10, 2024
1 parent 905b465 commit 72a9922
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ drf-yasg==1.21.7
# via edx-api-doc-tools
edx-api-doc-tools==1.8.0
# via -r requirements/base.in
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/base.in
edx-django-release-util==1.4.0
# via -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ drf-yasg==1.21.7
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
# via -r requirements/validation.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/validation.txt
edx-django-release-util==1.4.0
# via -r requirements/validation.txt
Expand Down Expand Up @@ -392,7 +392,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/validation.txt
# pytest-cov
Expand Down Expand Up @@ -450,7 +450,7 @@ rfc3986==2.0.0
# via
# -r requirements/validation.txt
# twine
rich==13.8.0
rich==13.8.1
# via
# -r requirements/validation.txt
# twine
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ drf-yasg==1.21.7
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
# via -r requirements/test.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/test.txt
edx-django-release-util==1.4.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -353,7 +353,7 @@ pyproject-api==1.7.1
# tox
pyproject-hooks==1.1.0
# via build
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -407,7 +407,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.8.0
rich==13.8.1
# via twine
secretstorage==3.3.3
# via keyring
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ drf-yasg==1.21.7
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
# via -r requirements/base.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/base.txt
edx-django-release-util==1.4.0
# via -r requirements/base.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ drf-yasg==1.21.7
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
# via -r requirements/test.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/test.txt
edx-django-release-util==1.4.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -337,7 +337,7 @@ pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -388,7 +388,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.0
rich==13.8.1
# via twine
secretstorage==3.3.3
# via keyring
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ drf-yasg==1.21.7
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
# via -r requirements/base.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/base.txt
edx-django-release-util==1.4.0
# via -r requirements/base.txt
Expand Down Expand Up @@ -264,7 +264,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-api==1.7.1
# via tox
pytest==8.3.2
pytest==8.3.3
# via
# pytest-cov
# pytest-django
Expand Down
6 changes: 3 additions & 3 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ edx-api-doc-tools==1.8.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -439,7 +439,7 @@ pyproject-api==1.7.1
# -r requirements/quality.txt
# -r requirements/test.txt
# tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -508,7 +508,7 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
rich==13.8.0
rich==13.8.1
# via
# -r requirements/quality.txt
# twine
Expand Down

0 comments on commit 72a9922

Please sign in to comment.