File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -72,5 +72,7 @@ sphinxext-rediraffe==0.2.7
72
72
# via -r requirements/base.in
73
73
typing-extensions==4.12.2
74
74
# 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
Original file line number Diff line number Diff line change @@ -25,3 +25,7 @@ django-simple-history==3.0.0
25
25
# Cause: https://github.com/openedx/edx-lint/issues/458
26
26
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
27
27
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
Original file line number Diff line number Diff line change @@ -136,13 +136,14 @@ typing-extensions==4.12.2
136
136
# -r requirements/base.txt
137
137
# anyio
138
138
# pydata-sphinx-theme
139
- urllib3==2.3.0
139
+ urllib3==2.2.3
140
140
# via
141
+ # -c requirements/common_constraints.txt
141
142
# -r requirements/base.txt
142
143
# requests
143
144
uvicorn==0.34.0
144
145
# via sphinx-autobuild
145
- watchfiles==1.0.3
146
+ watchfiles==1.0.4
146
147
# via sphinx-autobuild
147
148
websockets==14.1
148
149
# via sphinx-autobuild
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ pip==24.2
12
12
# via
13
13
# -c /home/runner/work/open-edx-proposals/open-edx-proposals/requirements/common_constraints.txt
14
14
# -r requirements/pip.in
15
- setuptools==75.7 .0
15
+ setuptools==75.8 .0
16
16
# via -r requirements/pip.in
You can’t perform that action at this time.
0 commit comments