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 20, 2024
1 parent c4ffcbd commit 8bc0a67
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,29 @@ distlib==0.3.8
# via virtualenv
docopt==0.6.2
# via coveralls
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
idna==3.8
idna==3.10
# via requests
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
requests==2.32.3
# via coveralls
tox==4.18.1
tox==4.20.0
# via -r requirements/ci.in
urllib3==2.2.3
# via requests
virtualenv==20.26.4
virtualenv==20.26.5
# via tox
26 changes: 13 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
anyio==4.5.0
# via starlette
appdirs==1.4.4
# via fs
Expand Down Expand Up @@ -126,17 +126,17 @@ edx-opaque-keys==2.11.0
# via edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.in
fastapi==0.114.1
fastapi==0.115.0
# via pact-python
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
fs==2.4.16
# via -r requirements/test.in
h11==0.14.0
# via uvicorn
idna==3.8
idna==3.10
# via
# anyio
# requests
Expand Down Expand Up @@ -165,7 +165,7 @@ jinja2==3.1.4
# via
# code-annotations
# diff-cover
keyring==25.3.0
keyring==25.4.0
# via twine
lxml==5.3.0
# via -r requirements/base.in
Expand Down Expand Up @@ -202,7 +202,7 @@ pillow==10.4.0
# via -r requirements/base.in
pkginfo==1.10.0
# via twine
platformdirs==4.3.2
platformdirs==4.3.6
# via
# pylint
# tox
Expand All @@ -220,9 +220,9 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.9.1
pydantic==2.9.2
# via fastapi
pydantic-core==2.23.3
pydantic-core==2.23.4
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand All @@ -249,11 +249,11 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.8.0
pymongo==4.9.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
pysrt==1.1.2
# via -r requirements/base.in
Expand Down Expand Up @@ -317,7 +317,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.18.1
tox==4.20.0
# via -r requirements/ci.in
twine==5.1.1
# via -r requirements/quality.in
Expand All @@ -334,11 +334,11 @@ urllib3==2.2.3
# twine
uvicorn==0.30.6
# via pact-python
virtualenv==20.26.4
virtualenv==20.26.5
# via tox
yarl==1.11.1
# via pact-python
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
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.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.1.2
setuptools==75.1.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 @@ -6,7 +6,7 @@
#
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
anyio==4.5.0
# via starlette
appdirs==1.4.4
# via fs
Expand Down Expand Up @@ -110,13 +110,13 @@ edx-opaque-keys==2.11.0
# via edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.in
fastapi==0.114.1
fastapi==0.115.0
# via pact-python
fs==2.4.16
# via -r requirements/test.in
h11==0.14.0
# via uvicorn
idna==3.8
idna==3.10
# via
# anyio
# requests
Expand All @@ -143,7 +143,7 @@ jeepney==0.8.0
# secretstorage
jinja2==3.1.4
# via code-annotations
keyring==25.3.0
keyring==25.4.0
# via twine
lxml==5.3.0
# via -r requirements/base.in
Expand Down Expand Up @@ -177,7 +177,7 @@ pillow==10.4.0
# via -r requirements/base.in
pkginfo==1.10.0
# via twine
platformdirs==4.3.2
platformdirs==4.3.6
# via pylint
pluggy==1.5.0
# via pytest
Expand All @@ -189,9 +189,9 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.9.1
pydantic==2.9.2
# via fastapi
pydantic-core==2.23.3
pydantic-core==2.23.4
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand All @@ -217,7 +217,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.8.0
pymongo==4.9.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down Expand Up @@ -299,7 +299,7 @@ uvicorn==0.30.6
# via pact-python
yarl==1.11.1
# via pact-python
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
anyio==4.5.0
# via starlette
appdirs==1.4.4
# via fs
Expand Down Expand Up @@ -85,13 +85,13 @@ edx-opaque-keys==2.11.0
# via edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.in
fastapi==0.114.1
fastapi==0.115.0
# via pact-python
fs==2.4.16
# via -r requirements/test.in
h11==0.14.0
# via uvicorn
idna==3.8
idna==3.10
# via
# anyio
# requests
Expand Down Expand Up @@ -126,15 +126,15 @@ psutil==6.0.0
# pact-python
pycparser==2.22
# via cffi
pydantic==2.9.1
pydantic==2.9.2
# via fastapi
pydantic-core==2.23.3
pydantic-core==2.23.4
# via pydantic
pyjwt[crypto]==2.9.0
# via
# drf-jwt
# edx-drf-extensions
pymongo==4.8.0
pymongo==4.9.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down

0 comments on commit 8bc0a67

Please sign in to comment.