Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 23, 2024
1 parent 8a6bada commit 4aeb31b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.7 # 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 Down
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
2 changes: 1 addition & 1 deletion 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.7 # 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 Down

0 comments on commit 4aeb31b

Please sign in to comment.