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 davidjoy committed Aug 28, 2024
1 parent 280c08c commit 78125dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/base.txt
# sphinx
soupsieve==2.5
soupsieve==2.6
# via
# -r requirements/base.txt
# beautifulsoup4
Expand Down Expand Up @@ -140,7 +140,7 @@ urllib3==2.2.2
# via
# -r requirements/base.txt
# requests
uvicorn==0.30.5
uvicorn==0.30.6
# via sphinx-autobuild
watchfiles==0.23.0
# via sphinx-autobuild
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.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.1.0
setuptools==73.0.0
# via -r requirements/pip.in

0 comments on commit 78125dd

Please sign in to comment.