Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 26, 2024
1 parent 0a5040f commit d2a5427
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# make upgrade
#
wheel==0.45.0 # via -r requirements/pip.in
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.5.0 # via -r requirements/pip.in
setuptools==75.6.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 @@ -9,7 +9,7 @@ click==8.1.7 # 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
wheel==0.45.0 # via pip-tools
wheel==0.45.1 # via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit d2a5427

Please sign in to comment.