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 22, 2024
1 parent 0eeb7df commit 13265f7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
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

0 comments on commit 13265f7

Please sign in to comment.