Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and feanil committed May 28, 2024
1 parent 60b7dba commit c7af218
Show file tree
Hide file tree
Showing 4 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 @@ -50,7 +50,7 @@ pygments==2.18.0
# sphinx
pytz==2024.1
# via babel
requests==2.31.0
requests==2.32.2
# via sphinx
snowballstemmer==2.2.0
# via 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.11.0
typing-extensions==4.12.0
# via pydata-sphinx-theme
urllib3==2.2.1
# via requests
zipp==3.18.2
zipp==3.19.0
# 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 @@ -89,7 +89,7 @@ pytz==2024.1
# via
# -r base.txt
# babel
requests==2.31.0
requests==2.32.2
# via
# -r base.txt
# sphinx
Expand Down Expand Up @@ -142,7 +142,7 @@ tomli==2.0.1
# via
# build
# pip-tools
typing-extensions==4.11.0
typing-extensions==4.12.0
# 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.18.2
zipp==3.19.0
# via
# -r base.txt
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.18.2
zipp==3.19.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r pip.in
setuptools==69.5.1
setuptools==70.0.0
# via -r pip.in

0 comments on commit c7af218

Please sign in to comment.