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

Merged
merged 1 commit into from
Jan 3, 2025
Merged
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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
docutils==0.21.2
# via
Expand All @@ -26,7 +26,7 @@ idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
jinja2==3.1.5
# via sphinx
markupsafe==3.0.2
# via jinja2
Expand Down Expand Up @@ -72,5 +72,5 @@ sphinxext-rediraffe==0.2.7
# via -r requirements/base.in
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.3
urllib3==2.3.0
# via requests
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ certifi==2024.12.14
# via
# -r requirements/base.txt
# requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/base.txt
# requests
click==8.1.7
click==8.1.8
# via uvicorn
colorama==0.4.6
# via sphinx-autobuild
Expand All @@ -53,7 +53,7 @@ imagesize==1.4.1
# via
# -r requirements/base.txt
# sphinx
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/base.txt
# sphinx
Expand Down Expand Up @@ -129,14 +129,14 @@ sphinxcontrib-serializinghtml==2.0.0
# sphinx
sphinxext-rediraffe==0.2.7
# via -r requirements/base.txt
starlette==0.42.0
starlette==0.45.1
# via sphinx-autobuild
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# anyio
# pydata-sphinx-theme
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/base.txt
# requests
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
Loading