Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and sarina committed Jan 14, 2025
1 parent 5e67b25 commit 471f57c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
6 changes: 4 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,7 @@ sphinxext-rediraffe==0.2.7
# via -r requirements/base.in
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
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
5 changes: 3 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,14 @@ typing-extensions==4.12.2
# -r requirements/base.txt
# anyio
# pydata-sphinx-theme
urllib3==2.3.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# requests
uvicorn==0.34.0
# via sphinx-autobuild
watchfiles==1.0.3
watchfiles==1.0.4
# via sphinx-autobuild
websockets==14.1
# via sphinx-autobuild
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/open-edx-proposals/open-edx-proposals/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.7.0
setuptools==75.8.0
# via -r requirements/pip.in

0 comments on commit 471f57c

Please sign in to comment.