Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #221

Merged
merged 1 commit into from
Jan 13, 2025
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: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ django-simple-history==3.0.0
# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
4 changes: 2 additions & 2 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.3.6 # via -r requirements/testing.txt, pylint
astroid==3.3.8 # via -r requirements/testing.txt, pylint
dill==0.3.9 # via -r requirements/testing.txt, pylint
iniconfig==2.0.0 # via -r requirements/testing.txt, pytest
isort==5.13.2 # via -r requirements/testing.txt, pylint
Expand All @@ -13,6 +13,6 @@ packaging==24.2 # via -r requirements/testing.txt, pytest
platformdirs==4.3.6 # via -r requirements/testing.txt, pylint
pluggy==1.5.0 # via -r requirements/testing.txt, pytest
pycodestyle==2.12.1 # via -r requirements/testing.txt
pylint==3.3.2 # via -r requirements/testing.txt
pylint==3.3.3 # via -r requirements/testing.txt
pytest==8.3.4 # via -r requirements/testing.txt
tomlkit==0.13.2 # via -r requirements/testing.txt, pylint
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==75.6.0 # via -r requirements/pip.in
setuptools==75.8.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 @@ -5,7 +5,7 @@
# make upgrade
#
build==1.2.2.post1 # via pip-tools
click==8.1.7 # via pip-tools
click==8.1.8 # via pip-tools
packaging==24.2 # via build
pip-tools==7.4.1 # via -r requirements/pip_tools.in
pyproject-hooks==1.2.0 # via build, 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.0 # via -r requirements/sandbox.in
numpy==2.2.1 # via -r requirements/sandbox.in
pytz==2024.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 @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.3.6 # via pylint
astroid==3.3.8 # via pylint
dill==0.3.9 # via pylint
iniconfig==2.0.0 # via pytest
isort==5.13.2 # via -r requirements/testing.in, pylint
Expand All @@ -13,6 +13,6 @@ packaging==24.2 # via pytest
platformdirs==4.3.6 # via pylint
pluggy==1.5.0 # via pytest
pycodestyle==2.12.1 # via -r requirements/testing.in
pylint==3.3.2 # via -r requirements/testing.in
pylint==3.3.3 # via -r requirements/testing.in
pytest==8.3.4 # via -r requirements/testing.in
tomlkit==0.13.2 # via pylint
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ platformdirs==4.3.6 # via tox, virtualenv
pluggy==1.5.0 # via tox
pyproject-api==1.8.0 # via tox
tox==4.23.2 # via -r requirements/tox.in
virtualenv==20.28.0 # via tox
virtualenv==20.28.1 # via tox
Loading