Skip to content

Commit 195ba71

Browse files
authored
Merge pull request #197 from openedx/repo-tools/upgrade-python-requirements-892ecdf
chore: Upgrade Python requirements
2 parents 892ecdf + c4a3654 commit 195ba71

File tree

8 files changed

+15
-24
lines changed

8 files changed

+15
-24
lines changed

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ packaging==25.0
2020
# via
2121
# pyproject-api
2222
# tox
23-
platformdirs==4.5.0
23+
platformdirs==4.5.1
2424
# via
2525
# tox
2626
# virtualenv

requirements/common_constraints.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,3 @@ Django<6.0
1818
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
1919
# See https://github.com/openedx/edx-platform/issues/35126 for more info
2020
elasticsearch<7.14.0
21-
22-
# pip 25.3 is incompatible with pip-tools hence causing failures during the build process
23-
# Make upgrade command and all requirements upgrade jobs are broken due to this.
24-
# See issue https://github.com/openedx/public-engineering/issues/440 for details regarding the ongoing fix.
25-
# The constraint can be removed once a release (pip-tools > 7.5.1) is available with support for pip 25.3
26-
# Issue to track this dependency and unpin later on: https://github.com/openedx/edx-lint/issues/503
27-
pip<25.3

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ distlib==0.4.0
6060
# via
6161
# -r requirements/ci.txt
6262
# virtualenv
63-
django==5.2.8
63+
django==5.2.9
6464
# via
6565
# -c requirements/common_constraints.txt
6666
# -r requirements/quality.txt
@@ -105,7 +105,7 @@ packaging==25.0
105105
# tox
106106
pip-tools==7.5.2
107107
# via -r requirements/pip-tools.txt
108-
platformdirs==4.5.0
108+
platformdirs==4.5.1
109109
# via
110110
# -r requirements/ci.txt
111111
# -r requirements/quality.txt
@@ -158,7 +158,7 @@ pyproject-hooks==1.2.0
158158
# -r requirements/pip-tools.txt
159159
# build
160160
# pip-tools
161-
pytest==9.0.1
161+
pytest==9.0.2
162162
# via
163163
# -r requirements/quality.txt
164164
# pytest-cov

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.8
9+
django==5.2.9
1010
# via
1111
# -c requirements/common_constraints.txt
1212
# -r requirements/django.in

requirements/doc.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ coverage[toml]==7.12.0
3434
# pytest-cov
3535
cryptography==46.0.3
3636
# via secretstorage
37-
django==5.2.8
37+
django==5.2.9
3838
# via
3939
# -c requirements/common_constraints.txt
4040
# -r requirements/test.txt
@@ -117,7 +117,7 @@ pygments==2.19.2
117117
# readme-renderer
118118
# rich
119119
# sphinx
120-
pytest==9.0.1
120+
pytest==9.0.2
121121
# via
122122
# -r requirements/test.txt
123123
# pytest-cov
@@ -151,7 +151,7 @@ snowballstemmer==3.0.1
151151
# via sphinx
152152
soupsieve==2.8
153153
# via beautifulsoup4
154-
sphinx==9.0.0
154+
sphinx==9.0.4
155155
# via
156156
# -r requirements/doc.in
157157
# pydata-sphinx-theme
@@ -188,7 +188,7 @@ typing-extensions==4.15.0
188188
# via
189189
# beautifulsoup4
190190
# pydata-sphinx-theme
191-
urllib3==2.5.0
191+
urllib3==2.6.0
192192
# via
193193
# requests
194194
# twine

requirements/pip.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ wheel==0.45.1
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
11-
pip==25.2
12-
# via
13-
# -c requirements/common_constraints.txt
14-
# -r requirements/pip.in
11+
pip==25.3
12+
# via -r requirements/pip.in
1513
setuptools==80.9.0
1614
# via -r requirements/pip.in

requirements/quality.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ coverage[toml]==7.12.0
2828
# pytest-cov
2929
dill==0.4.0
3030
# via pylint
31-
django==5.2.8
31+
django==5.2.9
3232
# via
3333
# -c requirements/common_constraints.txt
3434
# -r requirements/test.txt
@@ -58,7 +58,7 @@ packaging==25.0
5858
# via
5959
# -r requirements/test.txt
6060
# pytest
61-
platformdirs==4.5.0
61+
platformdirs==4.5.1
6262
# via pylint
6363
pluggy==1.6.0
6464
# via
@@ -87,7 +87,7 @@ pylint-plugin-utils==0.9.0
8787
# via
8888
# pylint-celery
8989
# pylint-django
90-
pytest==9.0.1
90+
pytest==9.0.2
9191
# via
9292
# -r requirements/test.txt
9393
# pytest-cov

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pluggy==1.6.0
3333
# pytest-cov
3434
pygments==2.19.2
3535
# via pytest
36-
pytest==9.0.1
36+
pytest==9.0.2
3737
# via pytest-cov
3838
pytest-cov==7.0.0
3939
# via -r requirements/test.in

0 commit comments

Comments
 (0)