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

Merged
merged 1 commit into from
Dec 23, 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
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ alabaster==1.0.0
# via
# -r requirements/doc.txt
# sphinx
astroid==3.3.6
astroid==3.3.7
# via
# -r requirements/doc.txt
# pylint
# pylint-celery
attrs==24.2.0
attrs==24.3.0
# via
# -r requirements/doc.txt
# hypothesis
Expand Down Expand Up @@ -50,7 +50,7 @@ charset-normalizer==3.4.0
# via
# -r requirements/doc.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/doc.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -106,7 +106,7 @@ filelock==3.16.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.122.3
hypothesis==6.122.6
# via -r requirements/doc.txt
idna==3.10
# via
Expand All @@ -124,7 +124,7 @@ isort==5.13.2
# via
# -r requirements/doc.txt
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/doc.txt
# code-annotations
Expand All @@ -139,13 +139,13 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/doc.txt
mypy==1.13.0
mypy==1.14.0
# via -r requirements/doc.txt
mypy-extensions==1.0.0
# via
# -r requirements/doc.txt
# mypy
nh3==0.2.19
nh3==0.2.20
# via
# -r requirements/doc.txt
# readme-renderer
Expand Down Expand Up @@ -180,7 +180,7 @@ pluggy==1.5.0
# tox
pycodestyle==2.12.1
# via -r requirements/doc.txt
pydata-sphinx-theme==0.16.0
pydata-sphinx-theme==0.16.1
# via
# -r requirements/doc.txt
# sphinx-book-theme
Expand Down Expand Up @@ -311,7 +311,7 @@ typing-extensions==4.12.2
# -r requirements/doc.txt
# mypy
# pydata-sphinx-theme
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/doc.txt
# requests
Expand Down
12 changes: 6 additions & 6 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
#
# make upgrade
#
astroid==3.3.6
astroid==3.3.7
# via
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==24.2.0
attrs==24.3.0
# via
# -r requirements/test.txt
# hypothesis
click==8.1.7
click==8.1.8
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -47,7 +47,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.122.3
hypothesis==6.122.6
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand All @@ -57,7 +57,7 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -71,7 +71,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
mypy==1.13.0
mypy==1.14.0
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand Down
18 changes: 9 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
astroid==3.3.6
astroid==3.3.7
# via
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==24.2.0
attrs==24.3.0
# via
# -r requirements/test.txt
# hypothesis
Expand All @@ -27,7 +27,7 @@ certifi==2024.12.14
# via requests
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 @@ -66,7 +66,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.122.3
hypothesis==6.122.6
# via -r requirements/test.txt
idna==3.10
# via requests
Expand All @@ -80,7 +80,7 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -95,13 +95,13 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
mypy==1.13.0
mypy==1.14.0
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
# -r requirements/test.txt
# mypy
nh3==0.2.19
nh3==0.2.20
# via readme-renderer
packaging==24.2
# via
Expand All @@ -122,7 +122,7 @@ pluggy==1.5.0
# pytest
pycodestyle==2.12.1
# via -r requirements/test.txt
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 @@ -221,5 +221,5 @@ typing-extensions==4.12.2
# -r requirements/test.txt
# mypy
# pydata-sphinx-theme
urllib3==2.2.3
urllib3==2.3.0
# via requests
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
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
astroid==3.3.6
astroid==3.3.7
# via
# pylint
# pylint-celery
attrs==24.2.0
attrs==24.3.0
# via hypothesis
click==8.1.7
click==8.1.8
# via
# click-log
# code-annotations
Expand All @@ -35,21 +35,21 @@ edx-lint==5.4.1
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.122.3
hypothesis==6.122.6
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
mypy==1.13.0
mypy==1.14.0
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
Expand Down
Loading