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

Merged
merged 1 commit into from
Dec 20, 2024
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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cachetools==5.5.0
# via tox
certifi==2024.8.30
certifi==2024.12.14
# via requests
chardet==5.2.0
# via tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ backports-tarfile==1.2.0
# via jaraco-context
cachetools==5.5.0
# via tox
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand Down Expand Up @@ -63,7 +63,7 @@ cryptography==44.0.0
# secretstorage
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/dev.in
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -183,7 +183,7 @@ multidict==6.1.0
# via yarl
newrelic==10.4.0
# via edx-django-utils
nh3==0.2.19
nh3==0.2.20
# via readme-renderer
packaging==24.2
# via
Expand Down Expand Up @@ -211,17 +211,17 @@ pluggy==1.5.0
# tox
propcache==0.2.1
# via yarl
psutil==6.1.0
psutil==6.1.1
# via
# edx-django-utils
# pact-python
pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.10.3
pydantic==2.10.4
# via fastapi
pydantic-core==2.27.1
pydantic-core==2.27.2
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -332,7 +332,7 @@ urllib3==2.2.3
# requests
# responses
# twine
uvicorn==0.32.1
uvicorn==0.34.0
# via pact-python
virtualenv==20.28.0
# via tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ astroid==3.3.6
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand Down Expand Up @@ -161,7 +161,7 @@ multidict==6.1.0
# via yarl
newrelic==10.4.0
# via edx-django-utils
nh3==0.2.19
nh3==0.2.20
# via readme-renderer
packaging==24.2
# via
Expand All @@ -181,17 +181,17 @@ pluggy==1.5.0
# via pytest
propcache==0.2.1
# via yarl
psutil==6.1.0
psutil==6.1.1
# via
# edx-django-utils
# pact-python
pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.10.3
pydantic==2.10.4
# via fastapi
pydantic-core==2.27.1
pydantic-core==2.27.2
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -296,7 +296,7 @@ urllib3==2.2.3
# requests
# responses
# twine
uvicorn==0.32.1
uvicorn==0.34.0
# via pact-python
yarl==1.18.3
# via pact-python
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand Down Expand Up @@ -122,15 +122,15 @@ pluggy==1.5.0
# via pytest
propcache==0.2.1
# via yarl
psutil==6.1.0
psutil==6.1.1
# via
# edx-django-utils
# pact-python
pycparser==2.22
# via cffi
pydantic==2.10.3
pydantic==2.10.4
# via fastapi
pydantic-core==2.27.1
pydantic-core==2.27.2
# via pydantic
pyjwt[crypto]==2.10.1
# via
Expand Down Expand Up @@ -195,7 +195,7 @@ urllib3==2.2.3
# via
# requests
# responses
uvicorn==0.32.1
uvicorn==0.34.0
# via pact-python
yarl==1.18.3
# via pact-python
Expand Down
Loading