File tree Expand file tree Collapse file tree 8 files changed +23
-31
lines changed
Expand file tree Collapse file tree 8 files changed +23
-31
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ python-slugify==8.0.4
1414 # via -r requirements/base.in
1515pyyaml==6.0.3
1616 # via -r requirements/base.in
17- stevedore==5.6 .0
17+ stevedore==5.7 .0
1818 # via -r requirements/base.in
1919text-unidecode==1.3
2020 # via python-slugify
Original file line number Diff line number Diff line change 66#
77cachetools==7.0.1
88 # via tox
9- chardet==5.2.0
9+ chardet==6.0.0.post1
1010 # via tox
1111colorama==0.4.6
1212 # via tox
1313distlib==0.4.0
1414 # via virtualenv
15- filelock==3.24.1
15+ filelock==3.24.3
1616 # via
1717 # tox
1818 # virtualenv
1919packaging==26.0
2020 # via
2121 # pyproject-api
2222 # tox
23- platformdirs==4.9.1
23+ platformdirs==4.9.2
2424 # via
2525 # tox
2626 # virtualenv
2727pluggy==1.6.0
2828 # via tox
2929pyproject-api==1.10.0
3030 # via tox
31- tox==4.36 .0
31+ tox==4.44 .0
3232 # via -r requirements/ci.in
33- virtualenv==20.36.1
33+ virtualenv==20.38.0
3434 # via tox
Original file line number Diff line number Diff line change @@ -18,9 +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
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 @@ -21,7 +21,7 @@ cachetools==7.0.1
2121 # via
2222 # -r requirements/ci.txt
2323 # tox
24- chardet==5.2.0
24+ chardet==6.0.0.post1
2525 # via
2626 # -r requirements/ci.txt
2727 # diff-cover
@@ -66,7 +66,7 @@ django==5.2.11
6666 # -r requirements/quality.txt
6767edx-lint==5.6.0
6868 # via -r requirements/quality.txt
69- filelock==3.24.1
69+ filelock==3.24.3
7070 # via
7171 # -r requirements/ci.txt
7272 # tox
@@ -75,7 +75,7 @@ iniconfig==2.3.0
7575 # via
7676 # -r requirements/quality.txt
7777 # pytest
78- isort==7 .0.0
78+ isort==8 .0.0
7979 # via
8080 # -r requirements/quality.txt
8181 # pylint
@@ -106,7 +106,7 @@ packaging==26.0
106106 # wheel
107107pip-tools==7.5.3
108108 # via -r requirements/pip-tools.txt
109- platformdirs==4.9.1
109+ platformdirs==4.9.2
110110 # via
111111 # -r requirements/ci.txt
112112 # -r requirements/quality.txt
@@ -130,7 +130,7 @@ pygments==2.19.2
130130 # -r requirements/quality.txt
131131 # diff-cover
132132 # pytest
133- pylint==4.0.4
133+ pylint==4.0.5
134134 # via
135135 # -r requirements/quality.txt
136136 # edx-lint
@@ -185,7 +185,7 @@ sqlparse==0.5.5
185185 # via
186186 # -r requirements/quality.txt
187187 # django
188- stevedore==5.6 .0
188+ stevedore==5.7 .0
189189 # via
190190 # -r requirements/quality.txt
191191 # code-annotations
@@ -197,9 +197,9 @@ tomlkit==0.14.0
197197 # via
198198 # -r requirements/quality.txt
199199 # pylint
200- tox==4.36 .0
200+ tox==4.44 .0
201201 # via -r requirements/ci.txt
202- virtualenv==20.36.1
202+ virtualenv==20.38.0
203203 # via
204204 # -r requirements/ci.txt
205205 # tox
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ restructuredtext-lint==2.0.2
140140 # via doc8
141141rfc3986==2.0.0
142142 # via twine
143- rich==14.3.2
143+ rich==14.3.3
144144 # via twine
145145roman-numerals==4.1.0
146146 # via sphinx
@@ -173,7 +173,7 @@ sqlparse==0.5.5
173173 # via
174174 # -r requirements/test.txt
175175 # django
176- stevedore==5.6 .0
176+ stevedore==5.7 .0
177177 # via
178178 # -r requirements/test.txt
179179 # doc8
Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ wheel==0.46.3
1010 # via -r requirements/pip.in
1111
1212# The following packages are considered to be unsafe in a requirements file:
13- pip==25.3
14- # via
15- # -c requirements/common_constraints.txt
16- # -r requirements/pip.in
13+ pip==26.0.1
14+ # via -r requirements/pip.in
1715setuptools==82.0.0
1816 # via -r requirements/pip.in
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ iniconfig==2.3.0
3838 # via
3939 # -r requirements/test.txt
4040 # pytest
41- isort==7 .0.0
41+ isort==8 .0.0
4242 # via
4343 # -r requirements/quality.in
4444 # pylint
@@ -58,7 +58,7 @@ packaging==26.0
5858 # via
5959 # -r requirements/test.txt
6060 # pytest
61- platformdirs==4.9.1
61+ platformdirs==4.9.2
6262 # via pylint
6363pluggy==1.6.0
6464 # via
@@ -73,7 +73,7 @@ pygments==2.19.2
7373 # via
7474 # -r requirements/test.txt
7575 # pytest
76- pylint==4.0.4
76+ pylint==4.0.5
7777 # via
7878 # edx-lint
7979 # pylint-celery
@@ -109,7 +109,7 @@ sqlparse==0.5.5
109109 # via
110110 # -r requirements/test.txt
111111 # django
112- stevedore==5.6 .0
112+ stevedore==5.7 .0
113113 # via
114114 # -r requirements/test.txt
115115 # code-annotations
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ sqlparse==0.5.5
4545 # via
4646 # -r requirements/django.txt
4747 # django
48- stevedore==5.6 .0
48+ stevedore==5.7 .0
4949 # via -r requirements/base.txt
5050text-unidecode==1.3
5151 # via
You can’t perform that action at this time.
0 commit comments