Skip to content

Commit 0e2ca33

Browse files
chore: Upgrade Python requirements
1 parent c48f593 commit 0e2ca33

File tree

8 files changed

+27
-19
lines changed

8 files changed

+27
-19
lines changed

requirements/ci.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-
cachetools==6.2.5
7+
cachetools==7.0.0
88
# via tox
99
chardet==5.2.0
1010
# via tox

requirements/common_constraints.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ 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 26 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+
# The constraint can be removed once a release (pip-tools > 7.5.2) is available with support for pip 26
25+
# Issue to track this dependency and unpin later on: https://github.com/jazzband/pip-tools/issues/2319
26+
pip<26.0

requirements/dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
asgiref==3.11.0
7+
asgiref==3.11.1
88
# via
99
# -r requirements/quality.txt
1010
# django
@@ -17,7 +17,7 @@ build==1.4.0
1717
# via
1818
# -r requirements/pip-tools.txt
1919
# pip-tools
20-
cachetools==6.2.5
20+
cachetools==7.0.0
2121
# via
2222
# -r requirements/ci.txt
2323
# tox
@@ -46,7 +46,7 @@ colorama==0.4.6
4646
# via
4747
# -r requirements/ci.txt
4848
# tox
49-
coverage[toml]==7.13.2
49+
coverage[toml]==7.13.3
5050
# via
5151
# -r requirements/quality.txt
5252
# pytest-cov
@@ -60,7 +60,7 @@ distlib==0.4.0
6060
# via
6161
# -r requirements/ci.txt
6262
# virtualenv
63-
django==5.2.10
63+
django==5.2.11
6464
# via
6565
# -c requirements/common_constraints.txt
6666
# -r requirements/quality.txt

requirements/django.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# make upgrade
66
#
7-
asgiref==3.11.0
7+
asgiref==3.11.1
88
# via django
9-
django==5.2.10
9+
django==5.2.11
1010
# via
1111
# -c requirements/common_constraints.txt
1212
# -r requirements/django.in

requirements/doc.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ accessible-pygments==0.0.5
88
# via pydata-sphinx-theme
99
alabaster==1.0.0
1010
# via sphinx
11-
asgiref==3.11.0
11+
asgiref==3.11.1
1212
# via
1313
# -r requirements/test.txt
1414
# django
15-
babel==2.17.0
15+
babel==2.18.0
1616
# via
1717
# pydata-sphinx-theme
1818
# sphinx
@@ -28,13 +28,13 @@ charset-normalizer==3.4.4
2828
# via requests
2929
click==8.3.1
3030
# via -r requirements/test.txt
31-
coverage[toml]==7.13.2
31+
coverage[toml]==7.13.3
3232
# via
3333
# -r requirements/test.txt
3434
# pytest-cov
35-
cryptography==46.0.3
35+
cryptography==46.0.4
3636
# via secretstorage
37-
django==5.2.10
37+
django==5.2.11
3838
# via
3939
# -c requirements/common_constraints.txt
4040
# -r requirements/test.txt
@@ -141,7 +141,7 @@ restructuredtext-lint==2.0.2
141141
# via doc8
142142
rfc3986==2.0.0
143143
# via twine
144-
rich==14.3.1
144+
rich==14.3.2
145145
# via twine
146146
roman-numerals==4.1.0
147147
# via sphinx

requirements/pip.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ wheel==0.46.3
1111

1212
# The following packages are considered to be unsafe in a requirements file:
1313
pip==25.3
14-
# via -r requirements/pip.in
14+
# via
15+
# -c requirements/common_constraints.txt
16+
# -r requirements/pip.in
1517
setuptools==80.10.2
1618
# via -r requirements/pip.in

requirements/quality.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
asgiref==3.11.0
7+
asgiref==3.11.1
88
# via
99
# -r requirements/test.txt
1010
# django
@@ -22,13 +22,13 @@ click-log==0.4.0
2222
# via edx-lint
2323
code-annotations==2.3.0
2424
# via edx-lint
25-
coverage[toml]==7.13.2
25+
coverage[toml]==7.13.3
2626
# via
2727
# -r requirements/test.txt
2828
# pytest-cov
2929
dill==0.4.1
3030
# via pylint
31-
django==5.2.10
31+
django==5.2.11
3232
# via
3333
# -c requirements/common_constraints.txt
3434
# -r requirements/test.txt

requirements/test.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-
asgiref==3.11.0
7+
asgiref==3.11.1
88
# via
99
# -r requirements/django.txt
1010
# django
1111
click==8.3.1
1212
# via -r requirements/base.txt
13-
coverage[toml]==7.13.2
13+
coverage[toml]==7.13.3
1414
# via pytest-cov
1515
# via
1616
# -c requirements/common_constraints.txt

0 commit comments

Comments
 (0)