Skip to content

Commit

Permalink
chore: Upgrade Python requirements (openedx#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 12, 2024
1 parent ddb78bb commit 835c9a1
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 38 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ amqp==5.2.0
# via kombu
asgiref==3.8.1
# via django
attrs==24.1.0
attrs==24.2.0
# via -r requirements/base.in
billiard==4.2.0
# via celery
celery==5.4.0
# via -r requirements/base.in
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via
# cryptography
# pynacl
Expand All @@ -37,7 +37,7 @@ click-repl==0.3.0
# via celery
cryptography==43.0.0
# via pyjwt
django==4.2.14
django==4.2.15
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -70,9 +70,9 @@ edx-opaque-keys==2.10.0
# via edx-drf-extensions
idna==3.7
# via requests
kombu==5.3.7
kombu==5.4.0
# via celery
newrelic==9.12.0
newrelic==9.13.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand Down
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ astroid==3.2.4
# -r requirements/quality.txt
# pylint
# pylint-celery
attrs==24.1.0
attrs==24.2.0
# via -r requirements/quality.txt
backports-tarfile==1.2.0
# via
Expand All @@ -38,7 +38,7 @@ certifi==2024.7.4
# via
# -r requirements/quality.txt
# requests
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/quality.txt
# cryptography
Expand Down Expand Up @@ -105,7 +105,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.14
django==4.2.15
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -232,11 +232,11 @@ keyring==25.3.0
# via
# -r requirements/quality.txt
# twine
kombu==5.3.7
kombu==5.4.0
# via
# -r requirements/quality.txt
# celery
lxml==5.2.2
lxml==5.3.0
# via edx-i18n-tools
markdown-it-py==3.0.0
# via
Expand All @@ -256,7 +256,7 @@ mdurl==0.1.2
# markdown-it-py
mock==5.1.0
# via -r requirements/quality.txt
more-itertools==10.3.0
more-itertools==10.4.0
# via
# -r requirements/quality.txt
# jaraco-classes
Expand All @@ -269,7 +269,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.4
# via -r requirements/quality.txt
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -394,7 +394,7 @@ python-slugify==8.0.4
# via
# -r requirements/quality.txt
# code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -468,7 +468,7 @@ tox==3.28.0
# -r requirements/ci.txt
twine==5.1.1
# via -r requirements/quality.txt
types-pyyaml==6.0.12.20240724
types-pyyaml==6.0.12.20240808
# via
# -r requirements/quality.txt
# django-stubs
Expand Down Expand Up @@ -516,7 +516,7 @@ wheel==0.44.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.19.2
zipp==3.20.0
# via
# -r requirements/quality.txt
# importlib-metadata
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-stubs
attrs==24.1.0
attrs==24.2.0
# via -r requirements/test.txt
babel==2.15.0
babel==2.16.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -35,7 +35,7 @@ certifi==2024.7.4
# via
# -r requirements/test.txt
# requests
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/test.txt
# cryptography
Expand Down Expand Up @@ -78,7 +78,7 @@ cryptography==43.0.0
# pyjwt
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.14
django==4.2.15
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -168,7 +168,7 @@ jinja2==3.1.4
# -r requirements/test.txt
# code-annotations
# sphinx
kombu==5.3.7
kombu==5.4.0
# via
# -r requirements/test.txt
# celery
Expand All @@ -186,7 +186,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -260,7 +260,7 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -326,7 +326,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
types-pyyaml==6.0.12.20240724
types-pyyaml==6.0.12.20240808
# via
# -r requirements/test.txt
# django-stubs
Expand Down
18 changes: 9 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ astroid==3.2.4
# via
# pylint
# pylint-celery
attrs==24.1.0
attrs==24.2.0
# via -r requirements/test.txt
backports-tarfile==1.2.0
# via jaraco-context
Expand All @@ -31,7 +31,7 @@ certifi==2024.7.4
# via
# -r requirements/test.txt
# requests
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/test.txt
# cryptography
Expand Down Expand Up @@ -83,7 +83,7 @@ ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
# via pylint
django==4.2.14
django==4.2.15
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -184,7 +184,7 @@ jinja2==3.1.4
# code-annotations
keyring==25.3.0
# via twine
kombu==5.3.7
kombu==5.4.0
# via
# -r requirements/test.txt
# celery
Expand All @@ -200,7 +200,7 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.3.0
more-itertools==10.4.0
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -212,7 +212,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -299,7 +299,7 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -352,7 +352,7 @@ tomlkit==0.13.0
# via pylint
twine==5.1.1
# via -r requirements/quality.in
types-pyyaml==6.0.12.20240724
types-pyyaml==6.0.12.20240808
# via
# -r requirements/test.txt
# django-stubs
Expand Down Expand Up @@ -391,5 +391,5 @@ wcwidth==0.2.13
# via
# -r requirements/test.txt
# prompt-toolkit
zipp==3.19.2
zipp==3.20.0
# via importlib-metadata
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# django
# django-stubs
attrs==24.1.0
attrs==24.2.0
# via -r requirements/base.txt
billiard==4.2.0
# via
Expand All @@ -25,7 +25,7 @@ certifi==2024.7.4
# via
# -r requirements/base.txt
# requests
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/base.txt
# cryptography
Expand Down Expand Up @@ -136,7 +136,7 @@ iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via code-annotations
kombu==5.3.7
kombu==5.4.0
# via
# -r requirements/base.txt
# celery
Expand All @@ -150,7 +150,7 @@ mypy-extensions==1.0.0
# via mypy
mysqlclient==2.2.4
# via -r requirements/test.in
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -203,7 +203,7 @@ python-dateutil==2.9.0.post0
# freezegun
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via code-annotations
requests==2.32.3
# via
Expand Down Expand Up @@ -233,7 +233,7 @@ stevedore==5.2.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
types-pyyaml==6.0.12.20240724
types-pyyaml==6.0.12.20240808
# via
# django-stubs
# djangorestframework-stubs
Expand Down

0 comments on commit 835c9a1

Please sign in to comment.