Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #706

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via uvicorn
colorama==0.4.6
# via sphinx-autobuild
Expand All @@ -38,13 +38,13 @@ idna==3.10
# requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
jinja2==3.1.5
# via sphinx
markupsafe==3.0.2
# via jinja2
packaging==24.2
# via sphinx
pydata-sphinx-theme==0.16.0
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
# via
Expand Down Expand Up @@ -119,7 +119,7 @@ typing-extensions==4.12.2
# pydata-sphinx-theme
urllib3==2.2.3
# via requests
uvicorn==0.33.0
uvicorn==0.34.0
# via sphinx-autobuild
watchfiles==1.0.3
# 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 @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.2
# via build
Expand Down