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 sarina committed Oct 17, 2024
1 parent a195371 commit 14c8101
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via uvicorn
Expand All @@ -40,7 +40,7 @@ imagesize==1.4.1
# via sphinx
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
markupsafe==3.0.1
# via jinja2
packaging==24.1
# via
Expand All @@ -53,6 +53,8 @@ pygments==2.18.0
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pyyaml==6.0.2
# via sphinxcontrib-mermaid
requests==2.32.3
# via
# sphinx
Expand All @@ -75,6 +77,7 @@ sphinx==7.4.7
# sphinx-design
# sphinxcontrib-contentui
# sphinxcontrib-images
# sphinxcontrib-mermaid
# sphinxcontrib-youtube
# sphinxext-rediraffe
sphinx-autobuild==2024.10.3
Expand All @@ -97,7 +100,7 @@ sphinxcontrib-images==0.9.4
# via -r requirements/base.in
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-mermaid==0.9.2
sphinxcontrib-mermaid==1.0.0
# via -r requirements/base.in
sphinxcontrib-qthelp==2.0.0
# via sphinx
Expand All @@ -113,7 +116,7 @@ typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.3
# via requests
uvicorn==0.31.0
uvicorn==0.31.1
# via sphinx-autobuild
watchfiles==0.24.0
# via sphinx-autobuild
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down

0 comments on commit 14c8101

Please sign in to comment.