Skip to content

Commit 43eae4c

Browse files
chore: Upgrade Python requirements
1 parent 4d48a8a commit 43eae4c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pyyaml==6.0.2
6868
# -r requirements/test.txt
6969
tox==4.23.2
7070
# via -r requirements/dev.in
71-
virtualenv==20.28.0
71+
virtualenv==20.28.1
7272
# via tox
7373
wheel==0.45.1
7474
# via

requirements/doc.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pbr==6.1.0
4343
# via stevedore
4444
pydata-sphinx-theme==0.16.1
4545
# via sphinx-book-theme
46-
pygments==2.18.0
46+
pygments==2.19.1
4747
# via
4848
# accessible-pygments
4949
# doc8
@@ -85,5 +85,7 @@ stevedore==5.4.0
8585
# via doc8
8686
typing-extensions==4.12.2
8787
# via pydata-sphinx-theme
88-
urllib3==2.3.0
89-
# via requests
88+
urllib3==2.2.3
89+
# via
90+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
91+
# requests

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 https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==75.6.0
15+
setuptools==75.8.0
1616
# via -r requirements/pip.in

0 commit comments

Comments
 (0)