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 authored and sarina committed Nov 12, 2024
1 parent b6e7291 commit f787016
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jinja2==3.1.4
# via sphinx
markupsafe==3.0.2
# via jinja2
packaging==24.1
packaging==24.2
# via sphinx
pydata-sphinx-theme==0.16.0
# via sphinx-book-theme
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ markupsafe==3.0.2
# via
# -r requirements/base.txt
# jinja2
packaging==24.1
packaging==24.2
# via
# -r requirements/base.txt
# sphinx
Expand Down Expand Up @@ -143,5 +143,5 @@ uvicorn==0.32.0
# via sphinx-autobuild
watchfiles==0.24.0
# via sphinx-autobuild
websockets==13.1
websockets==14.0
# via sphinx-autobuild
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c requirements/common_constraints.txt
# -c /home/runner/work/open-edx-proposals/open-edx-proposals/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
setuptools==75.4.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
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.44.0
wheel==0.45.0
# via pip-tools

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

0 comments on commit f787016

Please sign in to comment.