File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed 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 @@ -127,7 +127,7 @@ pycodestyle==2.12.1
127
127
# via -r requirements/quality.txt
128
128
pydocstyle==6.3.0
129
129
# via -r requirements/quality.txt
130
- pygments==2.19.0
130
+ pygments==2.19.1
131
131
# via diff-cover
132
132
pylint==3.3.3
133
133
# via
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ pycparser==2.22
109
109
# via cffi
110
110
pydata-sphinx-theme==0.16.1
111
111
# via sphinx-book-theme
112
- pygments==2.19.0
112
+ pygments==2.19.1
113
113
# via
114
114
# accessible-pygments
115
115
# doc8
@@ -183,8 +183,9 @@ twine==6.0.1
183
183
# via -r requirements/doc.in
184
184
typing-extensions==4.12.2
185
185
# via pydata-sphinx-theme
186
- urllib3==2.3.0
186
+ urllib3==2.2.3
187
187
# via
188
+ # -c requirements/common_constraints.txt
188
189
# requests
189
190
# twine
190
191
zipp==3.21.0
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/code-annotations/code-annotations/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