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 Jun 10, 2024
1 parent c82b8ba commit 508b59a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
# via jinja2
packaging==24.0
packaging==24.1
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -81,11 +81,11 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.12.1
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.1
# via requests
zipp==3.19.1
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ markupsafe==2.1.5
# via
# -r base.txt
# jinja2
packaging==24.0
packaging==24.1
# via
# -r base.txt
# build
Expand Down Expand Up @@ -142,7 +142,7 @@ tomli==2.0.1
# via
# build
# pip-tools
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r base.txt
# pydata-sphinx-theme
Expand All @@ -152,7 +152,7 @@ urllib3==2.2.1
# requests
wheel==0.43.0
# via pip-tools
zipp==3.19.1
zipp==3.19.2
# via
# -r base.txt
# importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ importlib-metadata==6.11.0
# via
# -c common_constraints.txt
# build
packaging==24.0
packaging==24.1
# via build
pip-tools==7.4.1
# via -r pip-tools.in
Expand All @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.19.1
zipp==3.19.2
# via importlib-metadata

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

0 comments on commit 508b59a

Please sign in to comment.