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
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.
2727pip<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
127127 # via -r requirements/quality.txt
128128pydocstyle==6.3.0
129129 # via -r requirements/quality.txt
130- pygments==2.19.0
130+ pygments==2.19.1
131131 # via diff-cover
132132pylint==3.3.3
133133 # via
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ pycparser==2.22
109109 # via cffi
110110pydata-sphinx-theme==0.16.1
111111 # via sphinx-book-theme
112- pygments==2.19.0
112+ pygments==2.19.1
113113 # via
114114 # accessible-pygments
115115 # doc8
@@ -183,8 +183,9 @@ twine==6.0.1
183183 # via -r requirements/doc.in
184184typing-extensions==4.12.2
185185 # via pydata-sphinx-theme
186- urllib3==2.3.0
186+ urllib3==2.2.3
187187 # via
188+ # -c requirements/common_constraints.txt
188189 # requests
189190 # twine
190191zipp==3.21.0
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ pip==24.2
1212 # via
1313 # -c /home/runner/work/code-annotations/code-annotations/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
You can’t perform that action at this time.
0 commit comments