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 Jan 13, 2025
1 parent 295f596 commit dc480b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 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.7.0
anyio==4.8.0
# via
# starlette
# watchfiles
Expand Down Expand Up @@ -46,7 +46,7 @@ packaging==24.2
# via sphinx
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
pygments==2.19.1
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down Expand Up @@ -117,11 +117,13 @@ typing-extensions==4.12.2
# via
# anyio
# pydata-sphinx-theme
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
uvicorn==0.34.0
# via sphinx-autobuild
watchfiles==1.0.3
watchfiles==1.0.4
# via sphinx-autobuild
websockets==14.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.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via -r requirements/pip.in
setuptools==75.6.0
setuptools==75.8.0
# via -r requirements/pip.in

0 comments on commit dc480b2

Please sign in to comment.