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

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
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.2.4
astroid==3.3.3
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -26,7 +26,7 @@ backports-tarfile==1.2.0
# via
# -r requirements/quality.txt
# jaraco-context
billiard==4.2.0
billiard==4.2.1
# via
# -r requirements/quality.txt
# celery
Expand Down Expand Up @@ -241,7 +241,7 @@ jsonschema-specifications==2023.12.1
# via
# -r requirements/quality.txt
# jsonschema
keyring==25.4.0
keyring==25.4.1
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -356,7 +356,7 @@ pyjwt[crypto]==2.9.0
# -r requirements/quality.txt
# drf-jwt
# edx-drf-extensions
pylint==3.2.7
pylint==3.3.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ attrs==24.2.0
# referencing
babel==2.16.0
# via sphinx
billiard==4.2.0
billiard==4.2.1
# via
# -r requirements/test.txt
# celery
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.4
astroid==3.3.3
# via
# pylint
# pylint-celery
Expand All @@ -23,7 +23,7 @@ attrs==24.2.0
# referencing
backports-tarfile==1.2.0
# via jaraco-context
billiard==4.2.0
billiard==4.2.1
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -191,7 +191,7 @@ jsonschema-specifications==2023.12.1
# via
# -r requirements/test.txt
# jsonschema
keyring==25.4.0
keyring==25.4.1
# via twine
kombu==5.4.2
# via
Expand Down Expand Up @@ -266,7 +266,7 @@ pyjwt[crypto]==2.9.0
# -r requirements/test.txt
# drf-jwt
# edx-drf-extensions
pylint==3.2.7
pylint==3.3.0
# via
# edx-lint
# pylint-celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ attrs==24.2.0
# -r requirements/base.txt
# jsonschema
# referencing
billiard==4.2.0
billiard==4.2.1
# via celery
bytecode==0.15.1
# via ddtrace
Expand Down
Loading