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

Merged
merged 1 commit into from
Dec 25, 2024
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
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.3.6
astroid==3.3.7
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -42,7 +42,7 @@ charset-normalizer==3.4.0
# via
# -r requirements/quality.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -130,7 +130,7 @@ jeepney==0.8.0
# -r requirements/quality.txt
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -160,7 +160,7 @@ more-itertools==10.5.0
# -r requirements/quality.txt
# jaraco-classes
# jaraco-functools
nh3==0.2.19
nh3==0.2.20
# via
# -r requirements/quality.txt
# readme-renderer
Expand Down Expand Up @@ -311,7 +311,7 @@ tox==4.23.2
# via -r requirements/ci.txt
twine==6.0.1
# via -r requirements/quality.txt
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/quality.txt
# requests
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -86,7 +86,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -105,7 +105,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.19
nh3==0.2.20
# via readme-renderer
packaging==24.2
# via
Expand All @@ -126,7 +126,7 @@ pluggy==1.5.0
# pytest
pycparser==2.22
# via cffi
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 @@ -231,7 +231,7 @@ typing-extensions==4.12.2
# via
# anyio
# pydata-sphinx-theme
urllib3==2.2.3
urllib3==2.3.0
# via
# requests
# twine
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
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.6
astroid==3.3.7
# via
# pylint
# pylint-celery
Expand All @@ -20,7 +20,7 @@ cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -72,7 +72,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -92,7 +92,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.19
nh3==0.2.20
# via readme-renderer
packaging==24.2
# via
Expand Down Expand Up @@ -186,7 +186,7 @@ tomlkit==0.13.2
# via pylint
twine==6.0.1
# via -r requirements/quality.in
urllib3==2.2.3
urllib3==2.3.0
# via
# requests
# twine
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
click==8.1.7
click==8.1.8
# via code-annotations
code-annotations==2.1.0
# via -r requirements/test.in
Expand All @@ -22,7 +22,7 @@ django==4.2.17
# -r requirements/base.txt
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
markupsafe==3.0.2
# via jinja2
Expand Down
Loading