Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 10, 2025
1 parent dabd803 commit f0ae16d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 14 deletions.
6 changes: 4 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ requests==2.32.3
# via coveralls
tox==4.23.2
# via -r requirements/ci.in
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
virtualenv==20.28.1
# via tox
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ django-simple-history==3.0.0
# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
9 changes: 5 additions & 4 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.7.0
anyio==4.8.0
# via starlette
appdirs==1.4.4
# via fs
Expand Down Expand Up @@ -219,13 +219,13 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.10.4
pydantic==2.10.5
# via fastapi
pydantic-core==2.27.2
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
pygments==2.19.1
# via
# diff-cover
# readme-renderer
Expand Down Expand Up @@ -327,8 +327,9 @@ typing-extensions==4.12.2
# fastapi
# pydantic
# pydantic-core
urllib3==2.3.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
# responses
# twine
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.6.0
setuptools==75.8.0
# via -r requirements/pip.in
9 changes: 5 additions & 4 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.7.0
anyio==4.8.0
# via starlette
appdirs==1.4.4
# via fs
Expand Down Expand Up @@ -189,13 +189,13 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.10.4
pydantic==2.10.5
# via fastapi
pydantic-core==2.27.2
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
pygments==2.19.1
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -291,8 +291,9 @@ typing-extensions==4.12.2
# fastapi
# pydantic
# pydantic-core
urllib3==2.3.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
# responses
# twine
Expand Down
7 changes: 4 additions & 3 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.7.0
anyio==4.8.0
# via starlette
appdirs==1.4.4
# via fs
Expand Down Expand Up @@ -128,7 +128,7 @@ psutil==6.1.1
# pact-python
pycparser==2.22
# via cffi
pydantic==2.10.4
pydantic==2.10.5
# via fastapi
pydantic-core==2.27.2
# via pydantic
Expand Down Expand Up @@ -191,8 +191,9 @@ typing-extensions==4.12.2
# fastapi
# pydantic
# pydantic-core
urllib3==2.3.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
# responses
uvicorn==0.34.0
Expand Down

0 comments on commit f0ae16d

Please sign in to comment.