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 12, 2024
1 parent c1d89e3 commit d370449
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inflection==0.5.1
# via drf-yasg
packaging==24.1
# via drf-yasg
pytz==2024.1
pytz==2024.2
# via drf-yasg
pyyaml==6.0.2
# via drf-yasg
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ idna==3.8
# via
# -r requirements/quality.txt
# requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -265,7 +265,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/quality.txt
# pytest-cov
Expand All @@ -278,7 +278,7 @@ python-slugify==8.0.4
# via
# -r requirements/quality.txt
# code-annotations
pytz==2024.1
pytz==2024.2
# via
# -r requirements/quality.txt
# drf-yasg
Expand All @@ -305,7 +305,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
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ idna==3.8
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# keyring
# twine
Expand Down Expand Up @@ -122,7 +122,7 @@ pygments==2.18.0
# readme-renderer
# rich
# sphinx
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -131,7 +131,7 @@ pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-django==4.9.0
# via -r requirements/test.txt
pytz==2024.1
pytz==2024.2
# via
# -r requirements/test.txt
# drf-yasg
Expand All @@ -154,7 +154,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
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ edx-lint==5.4.0
# via -r requirements/quality.in
idna==3.8
# via requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# keyring
# twine
Expand Down Expand Up @@ -138,7 +138,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -149,7 +149,7 @@ pytest-django==4.9.0
# via -r requirements/test.txt
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
pytz==2024.2
# via
# -r requirements/test.txt
# drf-yasg
Expand All @@ -168,7 +168,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 @@ -33,15 +33,15 @@ packaging==24.1
# pytest
pluggy==1.5.0
# via pytest
pytest==8.3.2
pytest==8.3.3
# via
# pytest-cov
# pytest-django
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-django==4.9.0
# via -r requirements/test.in
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# drf-yasg
Expand Down

0 comments on commit d370449

Please sign in to comment.