Skip to content

Commit 17e9821

Browse files
authored
Merge pull request #179 from openedx/repo-tools/upgrade-python-requirements-a93fd49
chore: Upgrade Python requirements
2 parents a93fd49 + 5ce94a9 commit 17e9821

File tree

7 files changed

+15
-23
lines changed

7 files changed

+15
-23
lines changed

requirements/ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pluggy==1.6.0
2828
# via tox
2929
pyproject-api==1.9.1
3030
# via tox
31-
tox==4.28.0
31+
tox==4.28.4
3232
# via -r requirements/ci.in
33-
virtualenv==20.31.2
33+
virtualenv==20.33.0
3434
# via tox

requirements/common_constraints.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ Django<5.0
1919
# See https://github.com/openedx/edx-platform/issues/35126 for more info
2020
elasticsearch<7.14.0
2121

22-
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
23-
django-simple-history==3.0.0
24-
2522
# Cause: https://github.com/openedx/edx-lint/issues/458
2623
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
2724
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ astroid==3.3.11
1313
# -r requirements/quality.txt
1414
# pylint
1515
# pylint-celery
16-
build==1.2.2.post1
16+
build==1.3.0
1717
# via
1818
# -r requirements/pip-tools.txt
1919
# pip-tools
@@ -46,7 +46,7 @@ colorama==0.4.6
4646
# via
4747
# -r requirements/ci.txt
4848
# tox
49-
coverage[toml]==7.9.2
49+
coverage[toml]==7.10.2
5050
# via
5151
# -r requirements/quality.txt
5252
# pytest-cov
@@ -107,7 +107,7 @@ pbr==6.1.1
107107
# via
108108
# -r requirements/quality.txt
109109
# stevedore
110-
pip-tools==7.4.1
110+
pip-tools==7.5.0
111111
# via -r requirements/pip-tools.txt
112112
platformdirs==4.3.8
113113
# via
@@ -200,9 +200,9 @@ tomlkit==0.13.3
200200
# via
201201
# -r requirements/quality.txt
202202
# pylint
203-
tox==4.28.0
203+
tox==4.28.4
204204
# via -r requirements/ci.txt
205-
virtualenv==20.31.2
205+
virtualenv==20.33.0
206206
# via
207207
# -r requirements/ci.txt
208208
# tox

requirements/doc.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ backports-tarfile==1.2.0
2020
# via jaraco-context
2121
beautifulsoup4==4.13.4
2222
# via pydata-sphinx-theme
23-
certifi==2025.7.14
23+
certifi==2025.8.3
2424
# via requests
2525
cffi==1.17.1
2626
# via cryptography
2727
charset-normalizer==3.4.2
2828
# via requests
2929
click==8.2.1
3030
# via -r requirements/test.txt
31-
coverage[toml]==7.9.2
31+
coverage[toml]==7.10.2
3232
# via
3333
# -r requirements/test.txt
3434
# pytest-cov
@@ -145,7 +145,7 @@ restructuredtext-lint==1.4.0
145145
# via doc8
146146
rfc3986==2.0.0
147147
# via twine
148-
rich==14.0.0
148+
rich==14.1.0
149149
# via twine
150150
roman-numerals-py==3.1.0
151151
# via sphinx
@@ -192,9 +192,8 @@ typing-extensions==4.14.1
192192
# via
193193
# beautifulsoup4
194194
# pydata-sphinx-theme
195-
urllib3==2.2.3
195+
urllib3==2.5.0
196196
# via
197-
# -c requirements/common_constraints.txt
198197
# requests
199198
# twine
200199
zipp==3.23.0

requirements/pip-tools.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# make upgrade
66
#
7-
build==1.2.2.post1
7+
build==1.3.0
88
# via pip-tools
99
click==8.2.1
1010
# via pip-tools
1111
packaging==25.0
1212
# via build
13-
pip-tools==7.4.1
13+
pip-tools==7.5.0
1414
# via -r requirements/pip-tools.in
1515
pyproject-hooks==1.2.0
1616
# via

requirements/quality.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ click-log==0.4.0
2222
# via edx-lint
2323
code-annotations==2.3.0
2424
# via edx-lint
25-
coverage[toml]==7.9.2
25+
coverage[toml]==7.10.2
2626
# via
2727
# -r requirements/test.txt
2828
# pytest-cov

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ asgiref==3.9.1
1010
# django
1111
click==8.2.1
1212
# via -r requirements/base.txt
13-
coverage[toml]==7.9.2
13+
coverage[toml]==7.10.2
1414
# via pytest-cov
1515
# via
1616
# -c requirements/common_constraints.txt

0 commit comments

Comments
 (0)