Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade: $(COMMON_CONSTRAINTS_TXT)
## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
pip install -q -r requirements/pip_tools.txt
pip-compile --allow-unsafe --rebuild --annotation-style=line --upgrade -o requirements/pip.txt requirements/pip.in
pip-compile --annotation-style=line --upgrade -o requirements/pip_tools.txt requirements/pip_tools.in
pip install -q -r requirements/pip.txt
pip-compile --allow-unsafe --rebuild --annotation-style=line --upgrade -o requirements/pip_tools.txt requirements/pip_tools.in
pip install -q -r requirements/pip_tools.txt
pip-compile --annotation-style=line --upgrade -o requirements/tox.txt requirements/tox.in
pip-compile --annotation-style=line --upgrade -o requirements/testing.txt requirements/testing.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# this file from Github directly. It does not require packaging in edx-lint.

# using LTS django version
Django<5.0
Django<6.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
Expand Down
14 changes: 7 additions & 7 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# make upgrade
#
asgiref==3.10.0 # via -r requirements/testing.txt, django
astroid==4.0.1 # via -r requirements/testing.txt, pylint
asgiref==3.11.0 # via -r requirements/testing.txt, django
astroid==4.0.2 # via -r requirements/testing.txt, pylint
dill==0.4.0 # via -r requirements/testing.txt, pylint
django==4.2.25 # via -c requirements/common_constraints.txt, -r requirements/testing.txt
django==5.2.9 # via -c requirements/common_constraints.txt, -r requirements/testing.txt
iniconfig==2.3.0 # via -r requirements/testing.txt, pytest
isort==7.0.0 # via -r requirements/testing.txt, pylint
mccabe==0.7.0 # via -r requirements/testing.txt, pylint
packaging==25.0 # via -r requirements/testing.txt, pytest
platformdirs==4.5.0 # via -r requirements/testing.txt, pylint
platformdirs==4.5.1 # via -r requirements/testing.txt, pylint
pluggy==1.6.0 # via -r requirements/testing.txt, pytest
pycodestyle==2.14.0 # via -r requirements/testing.txt
pygments==2.19.2 # via -r requirements/testing.txt, pytest
pylint==4.0.1 # via -r requirements/testing.txt
pytest==8.4.2 # via -r requirements/testing.txt
sqlparse==0.5.3 # via -r requirements/testing.txt, django
pylint==4.0.4 # via -r requirements/testing.txt
pytest==9.0.2 # via -r requirements/testing.txt
sqlparse==0.5.5 # via -r requirements/testing.txt, django
tomlkit==0.13.3 # via -r requirements/testing.txt, pylint
7 changes: 0 additions & 7 deletions requirements/pip.in

This file was deleted.

11 changes: 0 additions & 11 deletions requirements/pip.txt

This file was deleted.

8 changes: 4 additions & 4 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
# make upgrade
#
build==1.3.0 # via pip-tools
click==8.3.0 # via pip-tools
click==8.3.1 # via pip-tools
packaging==25.0 # via build
pip-tools==7.5.1 # via -r requirements/pip_tools.in
pip-tools==7.5.2 # via -r requirements/pip_tools.in
pyproject-hooks==1.2.0 # via build, pip-tools
wheel==0.45.1 # via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
pip==25.3 # via pip-tools
setuptools==80.9.0 # via pip-tools
2 changes: 1 addition & 1 deletion requirements/sandbox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# make upgrade
#
numpy==2.3.4 # via -r requirements/sandbox.in
numpy==2.4.0 # via -r requirements/sandbox.in
six==1.17.0 # via -r requirements/sandbox.in
12 changes: 6 additions & 6 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
#
# make upgrade
#
asgiref==3.10.0 # via django
astroid==4.0.1 # via pylint
asgiref==3.11.0 # via django
astroid==4.0.2 # via pylint
dill==0.4.0 # via pylint
iniconfig==2.3.0 # via pytest
isort==7.0.0 # via -r requirements/testing.in, pylint
mccabe==0.7.0 # via pylint
packaging==25.0 # via pytest
platformdirs==4.5.0 # via pylint
platformdirs==4.5.1 # via pylint
pluggy==1.6.0 # via pytest
pycodestyle==2.14.0 # via -r requirements/testing.in
pygments==2.19.2 # via pytest
pylint==4.0.1 # via -r requirements/testing.in
pytest==8.4.2 # via -r requirements/testing.in
sqlparse==0.5.3 # via django
pylint==4.0.4 # via -r requirements/testing.in
pytest==9.0.2 # via -r requirements/testing.in
sqlparse==0.5.5 # via django
tomlkit==0.13.3 # via pylint
10 changes: 5 additions & 5 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#
# make upgrade
#
cachetools==6.2.1 # via tox
cachetools==6.2.4 # via tox
chardet==5.2.0 # via tox
colorama==0.4.6 # via tox
distlib==0.4.0 # via virtualenv
filelock==3.20.0 # via tox, virtualenv
filelock==3.20.1 # via tox, virtualenv
packaging==25.0 # via pyproject-api, tox
platformdirs==4.5.0 # via tox, virtualenv
platformdirs==4.5.1 # via tox, virtualenv
pluggy==1.6.0 # via tox
pyproject-api==1.10.0 # via tox
tox==4.31.0 # via -r requirements/tox.in
virtualenv==20.35.3 # via tox
tox==4.32.0 # via -r requirements/tox.in
virtualenv==20.35.4 # via tox