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 across 1 directory with 11 updates #58

Open
wants to merge 1 commit into
base: master
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.0.3
build==1.2.1
# via -r build.in
packaging==23.2
# via build
Expand Down
28 changes: 15 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
alabaster==0.7.16
# via sphinx
asgiref==3.7.2
asgiref==3.8.1
# via
# -r tests.in
# -r typing.in
babel==2.14.0
# via sphinx
build==1.0.3
build==1.2.1
# via pip-tools
cachetools==5.3.2
# via tox
Expand All @@ -30,7 +30,7 @@ click==8.1.7
# via pip-tools
colorama==0.4.6
# via tox
cryptography==42.0.2
cryptography==42.0.7
# via -r typing.in
distlib==0.3.8
# via virtualenv
Expand All @@ -54,7 +54,7 @@ jinja2==3.1.3
# via sphinx
markupsafe==2.1.3
# via jinja2
mypy==1.8.0
mypy==1.10.0
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -68,19 +68,19 @@ packaging==23.2
# pytest
# sphinx
# tox
pallets-sphinx-themes==2.1.1
pallets-sphinx-themes==2.1.3
# via -r docs.in
pip-tools==7.3.0
pip-tools==7.4.1
# via -r dev.in
platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.5.0
# via
# pytest
# tox
pre-commit==3.6.0
pre-commit==3.7.1
# via -r dev.in
pycparser==2.21
# via cffi
Expand All @@ -91,8 +91,10 @@ pygments==2.17.2
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
# via
# build
# pip-tools
pytest==8.2.1
# via -r tests.in
python-dotenv==1.0.1
# via
Expand All @@ -104,14 +106,14 @@ requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
sphinx==7.3.7
# via
# -r docs.in
# pallets-sphinx-themes
# sphinx-issues
# sphinx-tabs
# sphinxcontrib-log-cabinet
sphinx-issues==4.0.0
sphinx-issues==4.1.0
# via -r docs.in
sphinx-tabs==3.4.5
# via -r docs.in
Expand All @@ -129,7 +131,7 @@ sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
tox==4.12.1
tox==4.15.0
# via -r dev.in
types-contextvars==2.4.7.3
# via -r typing.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packaging==23.2
# via
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.1.1
pallets-sphinx-themes==2.1.3
# via -r docs.in
pygments==2.17.2
# via
Expand All @@ -38,14 +38,14 @@ requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
sphinx==7.3.7
# via
# -r docs.in
# pallets-sphinx-themes
# sphinx-issues
# sphinx-tabs
# sphinxcontrib-log-cabinet
sphinx-issues==4.0.0
sphinx-issues==4.1.0
# via -r docs.in
sphinx-tabs==3.4.5
# via -r docs.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile tests.in
#
asgiref==3.7.2
asgiref==3.8.1
# via -r tests.in
iniconfig==2.0.0
# via pytest
packaging==23.2
# via pytest
pluggy==1.3.0
pluggy==1.5.0
# via pytest
pytest==8.0.0
pytest==8.2.1
# via -r tests.in
python-dotenv==1.0.1
# via -r tests.in
6 changes: 3 additions & 3 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile typing.in
#
asgiref==3.7.2
asgiref==3.8.1
# via -r typing.in
cffi==1.16.0
# via cryptography
cryptography==42.0.2
cryptography==42.0.7
# via -r typing.in
mypy==1.8.0
mypy==1.10.0
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand Down
Loading