Skip to content

Commit a93fd49

Browse files
authored
Merge pull request #177 from openedx/repo-tools/upgrade-python-requirements-3774bd1
chore: Upgrade Python requirements
2 parents 3774bd1 + 38fe2bc commit a93fd49

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

requirements/ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ chardet==5.2.0
1010
# via tox
1111
colorama==0.4.6
1212
# via tox
13-
distlib==0.3.9
13+
distlib==0.4.0
1414
# via virtualenv
1515
filelock==3.18.0
1616
# via
@@ -28,7 +28,7 @@ pluggy==1.6.0
2828
# via tox
2929
pyproject-api==1.9.1
3030
# via tox
31-
tox==4.27.0
31+
tox==4.28.0
3232
# via -r requirements/ci.in
3333
virtualenv==20.31.2
3434
# via tox

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ coverage[toml]==7.9.2
5050
# via
5151
# -r requirements/quality.txt
5252
# pytest-cov
53-
diff-cover==9.5.0
53+
diff-cover==9.6.0
5454
# via -r requirements/dev.in
5555
dill==0.4.0
5656
# via
5757
# -r requirements/quality.txt
5858
# pylint
59-
distlib==0.3.9
59+
distlib==0.4.0
6060
# via
6161
# -r requirements/ci.txt
6262
# virtualenv
@@ -200,7 +200,7 @@ tomlkit==0.13.3
200200
# via
201201
# -r requirements/quality.txt
202202
# pylint
203-
tox==4.27.0
203+
tox==4.28.0
204204
# via -r requirements/ci.txt
205205
virtualenv==20.31.2
206206
# via

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ backports-tarfile==1.2.0
2020
# via jaraco-context
2121
beautifulsoup4==4.13.4
2222
# via pydata-sphinx-theme
23-
certifi==2025.7.9
23+
certifi==2025.7.14
2424
# via requests
2525
cffi==1.17.1
2626
# via cryptography
@@ -89,7 +89,7 @@ more-itertools==10.7.0
8989
# via
9090
# jaraco-classes
9191
# jaraco-functools
92-
nh3==0.2.21
92+
nh3==0.3.0
9393
# via readme-renderer
9494
packaging==25.0
9595
# via

0 commit comments

Comments
 (0)