Skip to content

Commit 2deb8e0

Browse files
authored
Merge pull request #203 from openedx/repo-tools/upgrade-python-requirements-2f84eec
chore: Upgrade Python requirements
2 parents 2f84eec + 11ed76f commit 2deb8e0

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

requirements/ci.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ colorama==0.4.6
1212
# via tox
1313
distlib==0.4.0
1414
# via virtualenv
15-
filelock==3.20.2
15+
filelock==3.20.3
1616
# via
1717
# tox
1818
# virtualenv
@@ -28,7 +28,7 @@ pluggy==1.6.0
2828
# via tox
2929
pyproject-api==1.10.0
3030
# via tox
31-
tox==4.33.0
31+
tox==4.34.1
3232
# via -r requirements/ci.in
33-
virtualenv==20.35.4
33+
virtualenv==20.36.1
3434
# via tox

requirements/dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ astroid==4.0.3
1313
# -r requirements/quality.txt
1414
# pylint
1515
# pylint-celery
16-
build==1.3.0
16+
build==1.4.0
1717
# via
1818
# -r requirements/pip-tools.txt
1919
# pip-tools
@@ -50,7 +50,7 @@ coverage[toml]==7.13.1
5050
# via
5151
# -r requirements/quality.txt
5252
# pytest-cov
53-
diff-cover==10.1.0
53+
diff-cover==10.2.0
5454
# via -r requirements/dev.in
5555
dill==0.4.0
5656
# via
@@ -60,13 +60,13 @@ distlib==0.4.0
6060
# via
6161
# -r requirements/ci.txt
6262
# virtualenv
63-
django==5.2.9
63+
django==5.2.10
6464
# via
6565
# -c requirements/common_constraints.txt
6666
# -r requirements/quality.txt
6767
edx-lint==5.6.0
6868
# via -r requirements/quality.txt
69-
filelock==3.20.2
69+
filelock==3.20.3
7070
# via
7171
# -r requirements/ci.txt
7272
# tox
@@ -196,9 +196,9 @@ tomlkit==0.13.3
196196
# via
197197
# -r requirements/quality.txt
198198
# pylint
199-
tox==4.33.0
199+
tox==4.34.1
200200
# via -r requirements/ci.txt
201-
virtualenv==20.35.4
201+
virtualenv==20.36.1
202202
# via
203203
# -r requirements/ci.txt
204204
# tox

requirements/django.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
asgiref==3.11.0
88
# via django
9-
django==5.2.9
9+
django==5.2.10
1010
# via
1111
# -c requirements/common_constraints.txt
1212
# -r requirements/django.in

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ coverage[toml]==7.13.1
3434
# pytest-cov
3535
cryptography==46.0.3
3636
# via secretstorage
37-
django==5.2.9
37+
django==5.2.10
3838
# via
3939
# -c requirements/common_constraints.txt
4040
# -r requirements/test.txt
@@ -188,7 +188,7 @@ typing-extensions==4.15.0
188188
# via
189189
# beautifulsoup4
190190
# pydata-sphinx-theme
191-
urllib3==2.6.2
191+
urllib3==2.6.3
192192
# via
193193
# requests
194194
# twine

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
build==1.3.0
7+
build==1.4.0
88
# via pip-tools
99
click==8.3.1
1010
# via pip-tools

requirements/quality.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ coverage[toml]==7.13.1
2828
# pytest-cov
2929
dill==0.4.0
3030
# via pylint
31-
django==5.2.9
31+
django==5.2.10
3232
# via
3333
# -c requirements/common_constraints.txt
3434
# -r requirements/test.txt

0 commit comments

Comments
 (0)