Skip to content
Closed
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: 2 additions & 2 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# make upgrade
#
astroid==3.3.9 # via -r requirements/testing.txt, pylint
dill==0.3.9 # via -r requirements/testing.txt, pylint
dill==0.4.0 # via -r requirements/testing.txt, pylint
iniconfig==2.1.0 # via -r requirements/testing.txt, pytest
isort==6.0.1 # via -r requirements/testing.txt, pylint
mccabe==0.7.0 # via -r requirements/testing.txt, pylint
packaging==24.2 # via -r requirements/testing.txt, pytest
packaging==25.0 # via -r requirements/testing.txt, pytest
platformdirs==4.3.7 # via -r requirements/testing.txt, pylint
pluggy==1.5.0 # via -r requirements/testing.txt, pytest
pycodestyle==2.13.0 # via -r requirements/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ wheel==0.45.1 # via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2 # via -c /home/runner/work/codejail/codejail/requirements/common_constraints.txt, -r requirements/pip.in
setuptools==78.1.0 # via -r requirements/pip.in
setuptools==79.0.0 # via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1 # via pip-tools
click==8.1.8 # via pip-tools
packaging==24.2 # via build
packaging==25.0 # via build
pip-tools==7.4.1 # via -r requirements/pip_tools.in
pyproject-hooks==1.2.0 # via build, pip-tools
wheel==0.45.1 # via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/sandbox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1 # via django
django==3.2.25 # via -c requirements/common_constraints.txt, -c requirements/constraints.txt, -r requirements/sandbox.in
numpy==2.2.4 # via -r requirements/sandbox.in
numpy==2.2.5 # via -r requirements/sandbox.in
pytz==2025.2 # via django
six==1.17.0 # via -r requirements/sandbox.in
sqlparse==0.5.3 # via django
4 changes: 2 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# make upgrade
#
astroid==3.3.9 # via pylint
dill==0.3.9 # via pylint
dill==0.4.0 # via pylint
iniconfig==2.1.0 # via pytest
isort==6.0.1 # via -r requirements/testing.in, pylint
mccabe==0.7.0 # via pylint
packaging==24.2 # via pytest
packaging==25.0 # via pytest
platformdirs==4.3.7 # via pylint
pluggy==1.5.0 # via pytest
pycodestyle==2.13.0 # via -r requirements/testing.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ chardet==5.2.0 # via tox
colorama==0.4.6 # via tox
distlib==0.3.9 # via virtualenv
filelock==3.18.0 # via tox, virtualenv
packaging==24.2 # via pyproject-api, tox
packaging==25.0 # via pyproject-api, tox
platformdirs==4.3.7 # via tox, virtualenv
pluggy==1.5.0 # via tox
pyproject-api==1.9.0 # via tox
Expand Down