diff --git a/requirements/build.txt b/requirements/build.txt index 6bfd666c..ffa79ac9 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -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 diff --git a/requirements/dev.txt b/requirements/dev.txt index 4ac1cdde..afc10fb9 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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 @@ -30,7 +30,7 @@ click==8.1.7 # via pip-tools colorama==0.4.6 # via tox -cryptography==42.0.2 +cryptography==42.0.5 # via -r typing.in distlib==0.3.8 # via virtualenv @@ -54,7 +54,7 @@ jinja2==3.1.3 # via sphinx markupsafe==2.1.3 # via jinja2 -mypy==1.8.0 +mypy==1.9.0 # via -r typing.in mypy-extensions==1.0.0 # via mypy @@ -70,17 +70,17 @@ packaging==23.2 # tox pallets-sphinx-themes==2.1.1 # 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.4.0 # via # pytest # tox -pre-commit==3.6.0 +pre-commit==3.7.0 # via -r dev.in pycparser==2.21 # via cffi @@ -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.1.1 # via -r tests.in python-dotenv==1.0.1 # via @@ -129,7 +131,7 @@ sphinxcontrib-qthelp==1.0.7 # via sphinx sphinxcontrib-serializinghtml==1.1.10 # via sphinx -tox==4.12.1 +tox==4.14.2 # via -r dev.in types-contextvars==2.4.7.3 # via -r typing.in diff --git a/requirements/tests.txt b/requirements/tests.txt index 7fdb2d03..f868ff0d 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -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.4.0 # via pytest -pytest==8.0.0 +pytest==8.1.1 # via -r tests.in python-dotenv==1.0.1 # via -r tests.in diff --git a/requirements/typing.txt b/requirements/typing.txt index fdf87bf7..95a26702 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -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.5 # via -r typing.in -mypy==1.8.0 +mypy==1.9.0 # via -r typing.in mypy-extensions==1.0.0 # via mypy