Skip to content

Commit c5f3198

Browse files
chore: Upgrade Python requirements
1 parent d357bd2 commit c5f3198

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ tqdm==4.67.1
116116
# via shandy-sqlfmt
117117
transifex-python==3.5.0
118118
# via -r requirements/base.in
119-
tutor==19.0.0
119+
tutor==19.0.1
120120
# via -r requirements/base.in
121121
typing-extensions==4.12.2
122122
# via

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ pycryptodome==3.21.0
172172
# via
173173
# -r requirements/base.txt
174174
# tutor
175-
pygments==2.19.0
175+
pygments==2.19.1
176176
# via
177177
# readme-renderer
178178
# rich
@@ -250,7 +250,7 @@ tqdm==4.67.1
250250
# shandy-sqlfmt
251251
transifex-python==3.5.0
252252
# via -r requirements/base.txt
253-
tutor==19.0.0
253+
tutor==19.0.1
254254
# via
255255
# -r requirements/base.txt
256256
# tutor-contrib-pod-autoscaling

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/tutor-contrib-aspects/tutor-contrib-aspects/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)