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 8 updates #2685

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
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.0.3
build==1.1.1
# via -r build.in
packaging==23.2
# via build
Expand Down
20 changes: 11 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alabaster==0.7.13
# via sphinx
babel==2.14.0
# via sphinx
build==1.0.3
build==1.1.1
# via pip-tools
cachetools==5.3.2
# via tox
Expand Down Expand Up @@ -64,7 +64,7 @@ packaging==23.2
# tox
pallets-sphinx-themes==2.1.1
# via -r docs.in
pip-tools==7.3.0
pip-tools==7.4.0
# via -r dev.in
platformdirs==4.1.0
# via
Expand All @@ -74,7 +74,7 @@ pluggy==1.3.0
# via
# pytest
# tox
pre-commit==3.6.0
pre-commit==3.6.2
# via -r dev.in
pygments==2.17.2
# via
Expand All @@ -83,10 +83,12 @@ pygments==2.17.2
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pyright==1.1.343
# via
# build
# pip-tools
pyright==1.1.352
# via -r typing.in
pytest==7.4.3
pytest==8.0.2
# via -r tests.in
pyyaml==6.0.1
# via pre-commit
Expand All @@ -106,9 +108,9 @@ sphinx==7.2.6
# sphinxcontrib-log-cabinet
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-issues==3.0.1
sphinx-issues==4.0.0
# via -r docs.in
sphinx-tabs==3.4.4
sphinx-tabs==3.4.5
# via -r docs.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
Expand All @@ -124,7 +126,7 @@ sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
tox==4.11.4
tox==4.13.0
# via -r dev.in
typing-extensions==4.9.0
# via mypy
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ sphinx==7.2.6
# sphinxcontrib-log-cabinet
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-issues==3.0.1
sphinx-issues==4.0.0
# via -r docs.in
sphinx-tabs==3.4.4
sphinx-tabs==3.4.5
# via -r docs.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.3
pytest==8.0.2
# via -r tests.in
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mypy-extensions==1.0.0
# via mypy
nodeenv==1.8.0
# via pyright
pyright==1.1.343
pyright==1.1.352
# via -r typing.in
typing-extensions==4.9.0
# via mypy
Expand Down
Loading