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 3 updates #155

Merged
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
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ packaging==24.0
# pytest
# sphinx
# tox
pallets-sphinx-themes==2.1.2
pallets-sphinx-themes==2.1.3
# via -r docs.txt
platformdirs==4.2.1
# via
Expand All @@ -104,7 +104,7 @@ pyproject-api==1.6.1
# via tox
pyright==1.1.360
# via -r typing.txt
pytest==8.1.2
pytest==8.2.0
# via
# -r tests.txt
# -r typing.txt
Expand Down Expand Up @@ -152,7 +152,7 @@ sphinxcontrib-serializinghtml==1.1.10
# via
# -r docs.txt
# sphinx
tox==4.14.2
tox==4.15.0
# via -r dev.in
typing-extensions==4.11.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packaging==24.0
# via
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.1.2
pallets-sphinx-themes==2.1.3
# via -r docs.in
pygments==2.17.2
# 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,7 +10,7 @@ packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.1.2
pytest==8.2.0
# via
# -r tests.in
# pytest-asyncio
Expand Down
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluggy==1.5.0
# via pytest
pyright==1.1.360
# via -r typing.in
pytest==8.1.2
pytest==8.2.0
# via -r typing.in
typing-extensions==4.11.0
# via mypy
Expand Down