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 feanil committed Nov 12, 2024
1 parent 89961e8 commit 91cc537
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 All @@ -58,7 +58,7 @@ sphinx==7.4.7
# sphinx-reredirects
sphinx-book-theme==1.1.3
# via -r base.in
sphinx-intl==2.2.0
sphinx-intl==2.3.0
# via -r base.in
sphinx-reredirects==0.1.5
# via -r base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ markupsafe==3.0.2
# via
# -r base.txt
# jinja2
packaging==24.1
packaging==24.2
# via
# -r base.txt
# build
Expand Down Expand Up @@ -100,7 +100,7 @@ sphinx==7.4.7
# sphinx-reredirects
sphinx-book-theme==1.1.3
# via -r base.txt
sphinx-intl==2.2.0
sphinx-intl==2.3.0
# via -r base.txt
sphinx-reredirects==0.1.5
# via -r base.txt
Expand Down Expand Up @@ -136,7 +136,7 @@ urllib3==2.2.3
# via
# -r base.txt
# requests
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
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 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
4 changes: 2 additions & 2 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 pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c common_constraints.txt
# -c /home/runner/work/edx-documentation/edx-documentation/requirements/common_constraints.txt
# -r pip.in
setuptools==75.3.0
# via -r pip.in

0 comments on commit 91cc537

Please sign in to comment.