File tree Expand file tree Collapse file tree 8 files changed +27
-19
lines changed
Expand file tree Collapse file tree 8 files changed +27
-19
lines changed Original file line number Diff line number Diff line change 44#
55# make upgrade
66#
7- cachetools==6.2.5
7+ cachetools==7.0.0
88 # via tox
99chardet==5.2.0
1010 # via tox
Original file line number Diff line number Diff 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
2020elasticsearch<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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ accessible-pygments==0.0.5
88 # via pydata-sphinx-theme
99alabaster==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
2929click==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
142142rfc3986==2.0.0
143143 # via twine
144- rich==14.3.1
144+ rich==14.3.2
145145 # via twine
146146roman-numerals==4.1.0
147147 # via sphinx
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ wheel==0.46.3
1111
1212# The following packages are considered to be unsafe in a requirements file:
1313pip==25.3
14- # via -r requirements/pip.in
14+ # via
15+ # -c requirements/common_constraints.txt
16+ # -r requirements/pip.in
1517setuptools==80.10.2
1618 # via -r requirements/pip.in
Original file line number Diff line number Diff line change 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
2323code-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
2929dill==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
Original file line number Diff line number Diff line change 44#
55# make upgrade
66#
7- asgiref==3.11.0
7+ asgiref==3.11.1
88 # via
99 # -r requirements/django.txt
1010 # django
1111click==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
You can’t perform that action at this time.
0 commit comments