Skip to content

Commit b9e768b

Browse files
authored
Merge pull request #145 from openedx/repo-tools/upgrade-python-requirements-d919934
chore: Upgrade Python requirements
2 parents d919934 + bbd3336 commit b9e768b

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pycodestyle==2.12.1
127127
# via -r requirements/quality.txt
128128
pydocstyle==6.3.0
129129
# via -r requirements/quality.txt
130-
pygments==2.19.0
130+
pygments==2.19.1
131131
# via diff-cover
132132
pylint==3.3.3
133133
# via

requirements/doc.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pycparser==2.22
109109
# via cffi
110110
pydata-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
184184
typing-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
190191
zipp==3.21.0

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/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

0 commit comments

Comments
 (0)