Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #298

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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