Skip to content

Commit 471f57c

Browse files
edx-requirements-botsarina
authored andcommitted
chore: Upgrade Python requirements
1 parent 5e67b25 commit 471f57c

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

requirements/base.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,7 @@ sphinxext-rediraffe==0.2.7
7272
# via -r requirements/base.in
7373
typing-extensions==4.12.2
7474
# via pydata-sphinx-theme
75-
urllib3==2.3.0
76-
# via requests
75+
urllib3==2.2.3
76+
# via
77+
# -c requirements/common_constraints.txt
78+
# requests

requirements/common_constraints.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ django-simple-history==3.0.0
2525
# Cause: https://github.com/openedx/edx-lint/issues/458
2626
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
2727
pip<24.3
28+
29+
# Cause: https://github.com/openedx/edx-lint/issues/475
30+
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
31+
urllib3<2.3.0

requirements/dev.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,14 @@ typing-extensions==4.12.2
136136
# -r requirements/base.txt
137137
# anyio
138138
# pydata-sphinx-theme
139-
urllib3==2.3.0
139+
urllib3==2.2.3
140140
# via
141+
# -c requirements/common_constraints.txt
141142
# -r requirements/base.txt
142143
# requests
143144
uvicorn==0.34.0
144145
# via sphinx-autobuild
145-
watchfiles==1.0.3
146+
watchfiles==1.0.4
146147
# via sphinx-autobuild
147148
websockets==14.1
148149
# via sphinx-autobuild

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ pip==24.2
1212
# via
1313
# -c /home/runner/work/open-edx-proposals/open-edx-proposals/requirements/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==75.7.0
15+
setuptools==75.8.0
1616
# via -r requirements/pip.in

0 commit comments

Comments
 (0)