Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 23, 2024
1 parent 8de0f24 commit 5416f55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==0.7.16
# via sphinx
anyio==4.4.0
anyio==4.6.0
# via
# starlette
# watchfiles
Expand All @@ -32,7 +32,7 @@ docutils==0.21.2
# sphinx
h11==0.14.0
# via uvicorn
idna==3.9
idna==3.10
# via
# anyio
# requests
Expand Down Expand Up @@ -77,7 +77,7 @@ sphinx==7.4.7
# sphinxcontrib-images
# sphinxcontrib-youtube
# sphinxext-rediraffe
sphinx-autobuild==2024.9.3
sphinx-autobuild==2024.9.19
# via -r requirements/base.in
sphinx-book-theme==1.1.3
# via -r requirements/base.in
Expand Down Expand Up @@ -117,5 +117,5 @@ uvicorn==0.30.6
# via sphinx-autobuild
watchfiles==0.24.0
# via sphinx-autobuild
websockets==13.0.1
websockets==13.1
# via sphinx-autobuild
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==74.1.2
setuptools==75.1.0
# via -r requirements/pip.in

0 comments on commit 5416f55

Please sign in to comment.