Skip to content

Commit a44cc12

Browse files
chore: Upgrade Python requirements (#286)
1 parent 9690b97 commit a44cc12

File tree

5 files changed

+14
-20
lines changed

5 files changed

+14
-20
lines changed

requirements/common_constraints.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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
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/development.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ astroid==4.0.4 # via -r requirements/testing.txt, pylint
99
dill==0.4.1 # via -r requirements/testing.txt, pylint
1010
django==5.2.11 # via -c requirements/common_constraints.txt, -r requirements/testing.txt
1111
iniconfig==2.3.0 # via -r requirements/testing.txt, pytest
12-
isort==7.0.0 # via -r requirements/testing.txt, pylint
12+
isort==8.0.0 # via -r requirements/testing.txt, pylint
1313
mccabe==0.7.0 # via -r requirements/testing.txt, pylint
1414
packaging==26.0 # via -r requirements/testing.txt, pytest
15-
platformdirs==4.5.1 # via -r requirements/testing.txt, pylint
15+
platformdirs==4.9.2 # via -r requirements/testing.txt, pylint
1616
pluggy==1.6.0 # via -r requirements/testing.txt, pytest
1717
pycodestyle==2.14.0 # via -r requirements/testing.txt
1818
pygments==2.19.2 # via -r requirements/testing.txt, pytest
19-
pylint==4.0.4 # via -r requirements/testing.txt
19+
pylint==4.0.5 # via -r requirements/testing.txt
2020
pytest==9.0.2 # via -r requirements/testing.txt
2121
sqlparse==0.5.5 # via -r requirements/testing.txt, django
2222
tomlkit==0.14.0 # via -r requirements/testing.txt, pylint

requirements/pip_tools.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
build==1.4.0 # via pip-tools
88
click==8.3.1 # via pip-tools
99
packaging==26.0 # via build, wheel
10-
pip-tools==7.5.2 # via -r requirements/pip_tools.in
10+
pip-tools==7.5.3 # via -r requirements/pip_tools.in
1111
pyproject-hooks==1.2.0 # via build, pip-tools
1212
wheel==0.46.3 # via pip-tools
1313

1414
# The following packages are considered to be unsafe in a requirements file:
15-
pip==25.3 # via -c requirements/common_constraints.txt, pip-tools
15+
pip==26.0.1 # via pip-tools
1616
setuptools==82.0.0 # via pip-tools

requirements/testing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ asgiref==3.11.1 # via django
88
astroid==4.0.4 # via pylint
99
dill==0.4.1 # via pylint
1010
iniconfig==2.3.0 # via pytest
11-
isort==7.0.0 # via -r requirements/testing.in, pylint
11+
isort==8.0.0 # via -r requirements/testing.in, pylint
1212
mccabe==0.7.0 # via pylint
1313
packaging==26.0 # via pytest
14-
platformdirs==4.5.1 # via pylint
14+
platformdirs==4.9.2 # via pylint
1515
pluggy==1.6.0 # via pytest
1616
pycodestyle==2.14.0 # via -r requirements/testing.in
1717
pygments==2.19.2 # via pytest
18-
pylint==4.0.4 # via -r requirements/testing.in
18+
pylint==4.0.5 # via -r requirements/testing.in
1919
pytest==9.0.2 # via -r requirements/testing.in
2020
sqlparse==0.5.5 # via django
2121
tomlkit==0.14.0 # via pylint

requirements/tox.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
#
55
# make upgrade
66
#
7-
cachetools==7.0.0 # via tox
8-
chardet==5.2.0 # via tox
7+
cachetools==7.0.1 # via tox
8+
chardet==6.0.0.post1 # via tox
99
colorama==0.4.6 # via tox
1010
distlib==0.4.0 # via virtualenv
11-
filelock==3.20.3 # via tox, virtualenv
11+
filelock==3.24.3 # via tox, virtualenv
1212
packaging==26.0 # via pyproject-api, tox
13-
platformdirs==4.5.1 # via tox, virtualenv
13+
platformdirs==4.9.2 # via tox, virtualenv
1414
pluggy==1.6.0 # via tox
1515
pyproject-api==1.10.0 # via tox
16-
tox==4.34.1 # via -r requirements/tox.in
17-
virtualenv==20.36.1 # via tox
16+
tox==4.44.0 # via -r requirements/tox.in
17+
virtualenv==20.38.0 # via tox

0 commit comments

Comments
 (0)