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 #652

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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
# via requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# pydata-sphinx-theme
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -129,7 +129,7 @@ sphinxcontrib-serializinghtml==2.0.0
# sphinx
sphinxext-rediraffe==0.2.7
# via -r requirements/base.txt
starlette==0.41.3
starlette==0.42.0
# via sphinx-autobuild
typing-extensions==4.12.2
# via
Expand All @@ -140,9 +140,9 @@ urllib3==2.2.3
# via
# -r requirements/base.txt
# requests
uvicorn==0.32.1
uvicorn==0.34.0
# via sphinx-autobuild
watchfiles==1.0.0
watchfiles==1.0.3
# via sphinx-autobuild
websockets==14.1
# via sphinx-autobuild
Loading