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

Merged
merged 1 commit into from
Nov 22, 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 @@ -14,7 +14,7 @@ charset-normalizer==3.4.0
# via requests
colorama==0.4.6
# via tox
coverage[toml]==7.6.5
coverage[toml]==7.6.7
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand Down
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ click==8.1.7
# uvicorn
click-log==0.4.0
# via edx-lint
code-annotations==1.8.1
code-annotations==1.8.2
# via
# edx-lint
# edx-toggles
colorama==0.4.6
# via tox
coverage[toml]==7.6.5
coverage[toml]==7.6.7
# via
# -r requirements/test.in
# coveralls
Expand Down Expand Up @@ -91,7 +91,7 @@ django-model-utils==5.0.0
# via -r requirements/base.in
django-storages==1.14.4
# via -r requirements/base.in
django-waffle==4.1.0
django-waffle==4.2.0
# via
# edx-django-utils
# edx-drf-extensions
Expand All @@ -110,7 +110,7 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-release-util==1.4.0
# via -r requirements/base.in
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# edx-drf-extensions
# edx-toggles
Expand Down Expand Up @@ -183,7 +183,7 @@ more-itertools==10.5.0
# jaraco-functools
multidict==6.1.0
# via yarl
newrelic==10.2.0
newrelic==10.3.0
# via edx-django-utils
nh3==0.2.18
# via readme-renderer
Expand Down Expand Up @@ -220,9 +220,9 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.1
# via fastapi
pydantic-core==2.23.4
pydantic-core==2.27.1
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand All @@ -231,7 +231,7 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# drf-jwt
# edx-drf-extensions
Expand Down Expand Up @@ -306,9 +306,9 @@ snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.2
# via django
starlette==0.41.2
starlette==0.41.3
# via fastapi
stevedore==5.3.0
stevedore==5.4.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -332,11 +332,11 @@ urllib3==2.2.3
# requests
# responses
# twine
uvicorn==0.32.0
uvicorn==0.32.1
# via pact-python
virtualenv==20.27.1
# via tox
yarl==1.17.1
yarl==1.18.0
# via pact-python
zipp==3.21.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c /home/runner/work/edx-val/edx-val/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/pip.in
24 changes: 12 additions & 12 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ click==8.1.7
# uvicorn
click-log==0.4.0
# via edx-lint
code-annotations==1.8.1
code-annotations==1.8.2
# via
# edx-lint
# edx-toggles
coverage[toml]==7.6.5
coverage[toml]==7.6.7
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -77,7 +77,7 @@ django-model-utils==5.0.0
# via -r requirements/base.in
django-storages==1.14.4
# via -r requirements/base.in
django-waffle==4.1.0
django-waffle==4.2.0
# via
# edx-django-utils
# edx-drf-extensions
Expand All @@ -94,7 +94,7 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-release-util==1.4.0
# via -r requirements/base.in
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# edx-drf-extensions
# edx-toggles
Expand Down Expand Up @@ -161,7 +161,7 @@ more-itertools==10.5.0
# jaraco-functools
multidict==6.1.0
# via yarl
newrelic==10.2.0
newrelic==10.3.0
# via edx-django-utils
nh3==0.2.18
# via readme-renderer
Expand Down Expand Up @@ -189,17 +189,17 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.1
# via fastapi
pydantic-core==2.23.4
pydantic-core==2.27.1
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
# via
# readme-renderer
# rich
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# drf-jwt
# edx-drf-extensions
Expand Down Expand Up @@ -271,9 +271,9 @@ snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.2
# via django
starlette==0.41.2
starlette==0.41.3
# via fastapi
stevedore==5.3.0
stevedore==5.4.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -295,9 +295,9 @@ urllib3==2.2.3
# requests
# responses
# twine
uvicorn==0.32.0
uvicorn==0.32.1
# via pact-python
yarl==1.17.1
yarl==1.18.0
# via pact-python
zipp==3.21.0
# via importlib-metadata
Expand Down
24 changes: 12 additions & 12 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ click==8.1.7
# edx-django-utils
# pact-python
# uvicorn
code-annotations==1.8.1
code-annotations==1.8.2
# via edx-toggles
coverage[toml]==7.6.5
coverage[toml]==7.6.7
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -60,7 +60,7 @@ django-model-utils==5.0.0
# via -r requirements/base.in
django-storages==1.14.4
# via -r requirements/base.in
django-waffle==4.1.0
django-waffle==4.2.0
# via
# edx-django-utils
# edx-drf-extensions
Expand All @@ -75,7 +75,7 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-release-util==1.4.0
# via -r requirements/base.in
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# edx-drf-extensions
# edx-toggles
Expand Down Expand Up @@ -108,7 +108,7 @@ mock==5.1.0
# via -r requirements/test.in
multidict==6.1.0
# via yarl
newrelic==10.2.0
newrelic==10.3.0
# via edx-django-utils
packaging==24.2
# via pytest
Expand All @@ -128,11 +128,11 @@ psutil==6.1.0
# pact-python
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.1
# via fastapi
pydantic-core==2.23.4
pydantic-core==2.27.1
# via pydantic
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# drf-jwt
# edx-drf-extensions
Expand Down Expand Up @@ -175,9 +175,9 @@ sniffio==1.3.1
# via anyio
sqlparse==0.5.2
# via django
starlette==0.41.2
starlette==0.41.3
# via fastapi
stevedore==5.3.0
stevedore==5.4.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -194,9 +194,9 @@ urllib3==2.2.3
# via
# requests
# responses
uvicorn==0.32.0
uvicorn==0.32.1
# via pact-python
yarl==1.17.1
yarl==1.18.0
# via pact-python

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