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 #266

Merged
merged 1 commit into from
Dec 30, 2024
Merged
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 @@ -20,7 +20,7 @@ cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/quality.txt
# django
# django-stubs
astroid==3.3.7
astroid==3.3.8
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -52,7 +52,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# diff-cover
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -95,7 +95,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -238,7 +238,7 @@ jinja2==3.1.5
# -r requirements/quality.txt
# code-annotations
# diff-cover
keyring==25.5.0
keyring==25.6.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -356,7 +356,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/quality.txt
# drf-jwt
# edx-drf-extensions
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cffi==1.17.1
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -68,7 +68,7 @@ click-repl==0.3.0
# celery
code-annotations==2.1.0
# via -r requirements/test.txt
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-stubs
astroid==3.3.7
astroid==3.3.8
# via
# pylint
# pylint-celery
Expand All @@ -36,7 +36,7 @@ cffi==1.17.1
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -70,7 +70,7 @@ code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -180,7 +180,7 @@ jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
keyring==25.5.0
keyring==25.6.0
# via twine
kombu==5.4.2
# via
Expand Down Expand Up @@ -258,7 +258,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/test.txt
# drf-jwt
# edx-drf-extensions
pylint==3.3.2
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cffi==1.17.1
# -r requirements/base.txt
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -58,7 +58,7 @@ click-repl==0.3.0
# celery
code-annotations==2.1.0
# via -r requirements/test.in
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.in
# pytest-cov
Expand Down
Loading