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

Bump the python-requirements group in /requirements with 4 updates #292

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile build.in
#
build==1.2.2
build==1.2.2.post1
# via -r build.in
importlib-metadata==7.1.0
# via build
Expand Down
11 changes: 8 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ markupsafe==2.1.5
# -r typing.txt
# jinja2
# werkzeug
mypy==1.11.2
mypy==1.13.0
# via -r typing.txt
mypy-extensions==1.0.0
# via
Expand All @@ -129,7 +129,7 @@ packaging==24.0
# pytest
# sphinx
# tox
pallets-sphinx-themes==2.1.3
pallets-sphinx-themes==2.3.0
# via -r docs.txt
platformdirs==4.2.1
# via
Expand All @@ -150,7 +150,7 @@ pygments==2.18.0
# sphinx
pyproject-api==1.6.1
# via tox
pyright==1.1.382.post1
pyright==1.1.387
# via -r typing.txt
pytest==8.3.3
# via
Expand All @@ -174,7 +174,12 @@ sphinx==7.1.2
# via
# -r docs.txt
# pallets-sphinx-themes
# sphinx-notfound-page
# sphinxcontrib-log-cabinet
sphinx-notfound-page==1.0.4
# via
# -r docs.txt
# pallets-sphinx-themes
sphinxcontrib-applehelp==1.0.4
# via
# -r docs.txt
Expand Down
5 changes: 4 additions & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packaging==24.0
# via
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.1.3
pallets-sphinx-themes==2.3.0
# via -r docs.in
pygments==2.18.0
# via sphinx
Expand All @@ -42,7 +42,10 @@ sphinx==7.1.2
# via
# -r docs.in
# pallets-sphinx-themes
# sphinx-notfound-page
# sphinxcontrib-log-cabinet
sphinx-notfound-page==1.0.4
# via pallets-sphinx-themes
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
Expand Down
4 changes: 2 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ markupsafe==2.1.5
# via
# jinja2
# werkzeug
mypy==1.11.2
mypy==1.13.0
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -38,7 +38,7 @@ packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pyright==1.1.382.post1
pyright==1.1.387
# via -r typing.in
pytest==8.3.3
# via -r typing.in
Expand Down