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

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 @@ -19,7 +19,7 @@ certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via sphinx-intl
docutils==0.21.2
# via
Expand All @@ -29,13 +29,13 @@ 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
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 @@ -76,7 +76,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.3
urllib3==2.3.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ charset-normalizer==3.4.0
# via
# -r base.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r base.txt
# pip-tools
Expand All @@ -50,7 +50,7 @@ imagesize==1.4.1
# via
# -r base.txt
# sphinx
jinja2==3.1.4
jinja2==3.1.5
# via
# -r base.txt
# sphinx
Expand All @@ -65,7 +65,7 @@ packaging==24.2
# sphinx
pip-tools==7.4.1
# via -r dev.in
pydata-sphinx-theme==0.16.0
pydata-sphinx-theme==0.16.1
# via
# -r base.txt
# sphinx-book-theme
Expand Down Expand Up @@ -132,7 +132,7 @@ typing-extensions==4.12.2
# via
# -r base.txt
# pydata-sphinx-theme
urllib3==2.2.3
urllib3==2.3.0
# via
# -r 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