Skip to content

Commit 804481e

Browse files
authored
Merge pull request #163 from edx/repo-tools/upgrade-python-requirements-be4586c
chore: Upgrade Python requirements
2 parents be4586c + be38008 commit 804481e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ click==8.2.1
1818
# pip-tools
1919
colorama==0.4.6
2020
# via tox
21-
distlib==0.3.9
21+
distlib==0.4.0
2222
# via virtualenv
2323
filelock==3.18.0
2424
# via
@@ -70,9 +70,9 @@ pyyaml==6.0.2
7070
# via
7171
# -r requirements/base.txt
7272
# -r requirements/test.txt
73-
tox==4.27.0
73+
tox==4.28.3
7474
# via -r requirements/dev.in
75-
virtualenv==20.31.2
75+
virtualenv==20.32.0
7676
# via tox
7777
wheel==0.45.1
7878
# via

requirements/doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ babel==2.17.0
1414
# sphinx
1515
beautifulsoup4==4.13.4
1616
# via pydata-sphinx-theme
17-
certifi==2025.6.15
17+
certifi==2025.7.14
1818
# via requests
1919
charset-normalizer==3.4.2
2020
# via requests
@@ -35,7 +35,7 @@ jinja2==3.1.6
3535
# via sphinx
3636
markupsafe==3.0.2
3737
# via jinja2
38-
nh3==0.2.21
38+
nh3==0.3.0
3939
# via readme-renderer
4040
packaging==25.0
4141
# via
@@ -87,7 +87,7 @@ sphinxcontrib-serializinghtml==2.0.0
8787
# via sphinx
8888
stevedore==5.4.1
8989
# via doc8
90-
typing-extensions==4.14.0
90+
typing-extensions==4.14.1
9191
# via
9292
# beautifulsoup4
9393
# pydata-sphinx-theme

0 commit comments

Comments
 (0)