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

Merged
merged 1 commit into from
Jan 24, 2025
Merged
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
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.0
cachetools==5.5.1
# via tox
certifi==2024.12.14
# via requests
Expand All @@ -22,7 +22,7 @@ distlib==0.3.9
# via virtualenv
docopt==0.6.2
# via coveralls
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
Expand All @@ -38,15 +38,15 @@ platformdirs==4.3.6
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.8.0
pyproject-api==1.9.0
# via tox
requests==2.32.3
# via coveralls
tox==4.23.2
tox==4.24.1
# via -r requirements/ci.in
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
virtualenv==20.29.0
virtualenv==20.29.1
# via tox
27 changes: 14 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ astroid==3.3.8
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
cachetools==5.5.0
cachetools==5.5.1
# via tox
certifi==2024.12.14
# via requests
Expand Down Expand Up @@ -124,22 +124,24 @@ edx-opaque-keys==2.11.0
# via edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.in
fastapi==0.115.6
fastapi==0.115.7
# via pact-python
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
fs==2.4.16
# via -r requirements/test.in
h11==0.14.0
# via uvicorn
id==1.5.0
# via twine
idna==3.10
# via
# anyio
# requests
# yarl
importlib-metadata==8.5.0
importlib-metadata==8.6.1
# via keyring
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -191,14 +193,12 @@ packaging==24.2
# pytest
# tox
# twine
pact-python==2.3.0
pact-python==2.3.1
# via -r requirements/test.in
pbr==6.1.0
# via stevedore
pillow==11.1.0
# via -r requirements/base.in
pkginfo==1.12.0
# via twine
platformdirs==4.3.6
# via
# pylint
Expand All @@ -219,7 +219,7 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.10.5
pydantic==2.10.6
# via fastapi
pydantic-core==2.27.2
# via pydantic
Expand Down Expand Up @@ -252,7 +252,7 @@ pymongo==4.10.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
pyproject-api==1.8.0
pyproject-api==1.9.0
# via tox
pysrt==1.1.2
# via -r requirements/base.in
Expand All @@ -277,6 +277,7 @@ requests==2.32.3
# via
# coveralls
# edx-drf-extensions
# id
# pact-python
# requests-toolbelt
# responses
Expand Down Expand Up @@ -305,7 +306,7 @@ snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.3
# via django
starlette==0.41.3
starlette==0.45.2
# via fastapi
stevedore==5.4.0
# via
Expand All @@ -316,9 +317,9 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.23.2
tox==4.24.1
# via -r requirements/ci.in
twine==6.0.1
twine==6.1.0
# via -r requirements/quality.in
typing-extensions==4.12.2
# via
Expand All @@ -335,7 +336,7 @@ urllib3==2.2.3
# twine
uvicorn==0.34.0
# via pact-python
virtualenv==20.29.0
virtualenv==20.29.1
# via tox
yarl==1.18.3
# via pact-python
Expand Down
17 changes: 9 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,20 @@ edx-opaque-keys==2.11.0
# via edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.in
fastapi==0.115.6
fastapi==0.115.7
# via pact-python
fs==2.4.16
# via -r requirements/test.in
h11==0.14.0
# via uvicorn
id==1.5.0
# via twine
idna==3.10
# via
# anyio
# requests
# yarl
importlib-metadata==8.5.0
importlib-metadata==8.6.1
# via keyring
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -167,14 +169,12 @@ packaging==24.2
# via
# pytest
# twine
pact-python==2.3.0
pact-python==2.3.1
# via -r requirements/test.in
pbr==6.1.0
# via stevedore
pillow==11.1.0
# via -r requirements/base.in
pkginfo==1.12.0
# via twine
platformdirs==4.3.6
# via pylint
pluggy==1.5.0
Expand All @@ -189,7 +189,7 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.10.5
pydantic==2.10.6
# via fastapi
pydantic-core==2.27.2
# via pydantic
Expand Down Expand Up @@ -243,6 +243,7 @@ readme-renderer==44.0
requests==2.32.3
# via
# edx-drf-extensions
# id
# pact-python
# requests-toolbelt
# responses
Expand Down Expand Up @@ -271,7 +272,7 @@ snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.3
# via django
starlette==0.41.3
starlette==0.45.2
# via fastapi
stevedore==5.4.0
# via
Expand All @@ -282,7 +283,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
twine==6.0.1
twine==6.1.0
# via -r requirements/quality.in
typing-extensions==4.12.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ edx-opaque-keys==2.11.0
# via edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.in
fastapi==0.115.6
fastapi==0.115.7
# via pact-python
fs==2.4.16
# via -r requirements/test.in
Expand All @@ -112,7 +112,7 @@ newrelic==10.4.0
# via edx-django-utils
packaging==24.2
# via pytest
pact-python==2.3.0
pact-python==2.3.1
# via -r requirements/test.in
pbr==6.1.0
# via stevedore
Expand All @@ -128,7 +128,7 @@ psutil==6.1.1
# pact-python
pycparser==2.22
# via cffi
pydantic==2.10.5
pydantic==2.10.6
# via fastapi
pydantic-core==2.27.2
# via pydantic
Expand Down Expand Up @@ -175,7 +175,7 @@ sniffio==1.3.1
# via anyio
sqlparse==0.5.3
# via django
starlette==0.41.3
starlette==0.45.2
# via fastapi
stevedore==5.4.0
# via
Expand Down
Loading