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 Jul 15, 2024
1 parent 4821e73 commit 9d59000
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ click-repl==0.3.0
# via celery
cryptography==42.0.8
# via pyjwt
django==4.2.13
django==4.2.14
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -79,7 +79,7 @@ idna==3.7
# via requests
kombu==5.3.7
# via celery
newrelic==9.11.0
newrelic==9.12.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.15.4
# via
# tox
# virtualenv
grimp==3.3
grimp==3.4.1
# via import-linter
import-linter==2.0
# via -r requirements/ci.in
Expand Down
18 changes: 9 additions & 9 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.2.2
astroid==3.2.3
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -92,7 +92,7 @@ code-annotations==1.8.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -113,7 +113,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.13
django==4.2.14
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
Expand All @@ -131,7 +131,7 @@ django-crum==0.7.9
# via
# -r requirements/quality.txt
# edx-django-utils
django-debug-toolbar==4.4.5
django-debug-toolbar==4.4.6
# via
# -r requirements/dev.in
# -r requirements/quality.txt
Expand Down Expand Up @@ -181,7 +181,7 @@ edx-opaque-keys==2.10.0
# via
# -r requirements/quality.txt
# edx-drf-extensions
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/quality.txt
# pytest
Expand All @@ -190,7 +190,7 @@ filelock==3.15.4
# -r requirements/ci.txt
# tox
# virtualenv
grimp==3.3
grimp==3.4.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -289,7 +289,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.4
# via -r requirements/quality.txt
newrelic==9.11.0
newrelic==9.12.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -491,7 +491,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.12.5
tomlkit==0.13.0
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -506,7 +506,7 @@ types-pyyaml==6.0.12.20240311
# -r requirements/quality.txt
# django-stubs
# djangorestframework-stubs
types-requests==2.32.0.20240622
types-requests==2.32.0.20240712
# via
# -r requirements/quality.txt
# djangorestframework-stubs
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ click-repl==0.3.0
# celery
code-annotations==1.8.0
# via -r requirements/test.txt
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -86,7 +86,7 @@ cryptography==42.0.8
# pyjwt
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.13
django==4.2.14
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand All @@ -104,7 +104,7 @@ django-crum==0.7.9
# via
# -r requirements/test.txt
# edx-django-utils
django-debug-toolbar==4.4.5
django-debug-toolbar==4.4.6
# via -r requirements/test.txt
django-stubs==5.0.2
# via
Expand Down Expand Up @@ -153,11 +153,11 @@ edx-opaque-keys==2.10.0
# via
# -r requirements/test.txt
# edx-drf-extensions
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
grimp==3.3
grimp==3.4.1
# via
# -r requirements/test.txt
# import-linter
Expand Down Expand Up @@ -198,7 +198,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.11.0
newrelic==9.12.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -353,7 +353,7 @@ types-pyyaml==6.0.12.20240311
# -r requirements/test.txt
# django-stubs
# djangorestframework-stubs
types-requests==2.32.0.20240622
types-requests==2.32.0.20240712
# via
# -r requirements/test.txt
# djangorestframework-stubs
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.2.0
setuptools==70.3.0
# via -r requirements/pip.in
18 changes: 9 additions & 9 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.2.2
astroid==3.2.3
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -78,7 +78,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -91,7 +91,7 @@ ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
# via pylint
django==4.2.13
django==4.2.14
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand All @@ -108,7 +108,7 @@ django-crum==0.7.9
# via
# -r requirements/test.txt
# edx-django-utils
django-debug-toolbar==4.4.5
django-debug-toolbar==4.4.6
# via -r requirements/test.txt
django-stubs==5.0.2
# via
Expand Down Expand Up @@ -152,11 +152,11 @@ edx-opaque-keys==2.10.0
# via
# -r requirements/test.txt
# edx-drf-extensions
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
grimp==3.3
grimp==3.4.1
# via
# -r requirements/test.txt
# import-linter
Expand Down Expand Up @@ -224,7 +224,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.11.0
newrelic==9.12.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -368,7 +368,7 @@ tomli==2.0.1
# mypy
# pylint
# pytest
tomlkit==0.12.5
tomlkit==0.13.0
# via pylint
twine==5.1.1
# via -r requirements/quality.in
Expand All @@ -377,7 +377,7 @@ types-pyyaml==6.0.12.20240311
# -r requirements/test.txt
# django-stubs
# djangorestframework-stubs
types-requests==2.32.0.20240622
types-requests==2.32.0.20240712
# via
# -r requirements/test.txt
# djangorestframework-stubs
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ click-repl==0.3.0
# celery
code-annotations==1.8.0
# via -r requirements/test.in
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -92,7 +92,7 @@ django-crum==0.7.9
# via
# -r requirements/base.txt
# edx-django-utils
django-debug-toolbar==4.4.5
django-debug-toolbar==4.4.6
# via -r requirements/test.in
django-stubs==5.0.2
# via
Expand Down Expand Up @@ -130,9 +130,9 @@ edx-opaque-keys==2.10.0
# via
# -r requirements/base.txt
# edx-drf-extensions
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via pytest
grimp==3.3
grimp==3.4.1
# via import-linter
idna==3.7
# via
Expand All @@ -158,7 +158,7 @@ mypy-extensions==1.0.0
# via mypy
mysqlclient==2.2.4
# via -r requirements/test.in
newrelic==9.11.0
newrelic==9.12.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -251,7 +251,7 @@ types-pyyaml==6.0.12.20240311
# via
# django-stubs
# djangorestframework-stubs
types-requests==2.32.0.20240622
types-requests==2.32.0.20240712
# via djangorestframework-stubs
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit 9d59000

Please sign in to comment.