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

Closed
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
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
annotated-types==0.7.0
# via pydantic
anyio==4.5.0
anyio==4.6.0
# via starlette
appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
astroid==3.2.4
astroid==3.3.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -165,7 +165,7 @@ jinja2==3.1.4
# via
# code-annotations
# diff-cover
keyring==25.4.0
keyring==25.4.1
# via twine
lxml==5.3.0
# via -r requirements/base.in
Expand All @@ -185,7 +185,7 @@ more-itertools==10.5.0
# jaraco-functools
multidict==6.1.0
# via yarl
newrelic==9.13.0
newrelic==10.0.0
# via edx-django-utils
nh3==0.2.18
# via readme-renderer
Expand Down Expand Up @@ -235,7 +235,7 @@ pyjwt[crypto]==2.9.0
# via
# drf-jwt
# edx-drf-extensions
pylint==3.2.7
pylint==3.3.1
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -306,7 +306,7 @@ snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.1
# via django
starlette==0.38.5
starlette==0.38.6
# via fastapi
stevedore==5.3.0
# via
Expand Down Expand Up @@ -336,7 +336,7 @@ uvicorn==0.30.6
# via pact-python
virtualenv==20.26.5
# via tox
yarl==1.11.1
yarl==1.13.0
# via pact-python
zipp==3.20.2
# via importlib-metadata
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
annotated-types==0.7.0
# via pydantic
anyio==4.5.0
anyio==4.6.0
# via starlette
appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
astroid==3.2.4
astroid==3.3.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -143,7 +143,7 @@ jeepney==0.8.0
# secretstorage
jinja2==3.1.4
# via code-annotations
keyring==25.4.0
keyring==25.4.1
# via twine
lxml==5.3.0
# via -r requirements/base.in
Expand All @@ -163,7 +163,7 @@ more-itertools==10.5.0
# jaraco-functools
multidict==6.1.0
# via yarl
newrelic==9.13.0
newrelic==10.0.0
# via edx-django-utils
nh3==0.2.18
# via readme-renderer
Expand Down Expand Up @@ -203,7 +203,7 @@ pyjwt[crypto]==2.9.0
# via
# drf-jwt
# edx-drf-extensions
pylint==3.2.7
pylint==3.3.1
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -271,7 +271,7 @@ snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.1
# via django
starlette==0.38.5
starlette==0.38.6
# via fastapi
stevedore==5.3.0
# via
Expand All @@ -297,7 +297,7 @@ urllib3==2.2.3
# twine
uvicorn==0.30.6
# via pact-python
yarl==1.11.1
yarl==1.13.0
# via pact-python
zipp==3.20.2
# via importlib-metadata
Expand Down
8 changes: 4 additions & 4 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.5.0
anyio==4.6.0
# via starlette
appdirs==1.4.4
# via fs
Expand Down Expand Up @@ -108,7 +108,7 @@ mock==5.1.0
# via -r requirements/test.in
multidict==6.1.0
# via yarl
newrelic==9.13.0
newrelic==10.0.0
# via edx-django-utils
packaging==24.1
# via pytest
Expand Down Expand Up @@ -173,7 +173,7 @@ sniffio==1.3.1
# via anyio
sqlparse==0.5.1
# via django
starlette==0.38.5
starlette==0.38.6
# via fastapi
stevedore==5.3.0
# via
Expand All @@ -194,7 +194,7 @@ urllib3==2.2.3
# responses
uvicorn==0.30.6
# via pact-python
yarl==1.11.1
yarl==1.13.0
# via pact-python

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading