diff --git a/requirements/dev.txt b/requirements/dev.txt index dc509596..f06771d1 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -36,7 +36,7 @@ charset-normalizer==3.3.2 # requests colorama==0.4.6 # via tox -cryptography==42.0.8 +cryptography==43.0.0 # via -r typing.txt distlib==0.3.8 # via virtualenv @@ -72,7 +72,7 @@ markupsafe==2.1.5 # via # -r docs.txt # jinja2 -mypy==1.10.1 +mypy==1.11.1 # via -r typing.txt mypy-extensions==1.0.0 # via @@ -105,7 +105,7 @@ pluggy==1.5.0 # -r typing.txt # pytest # tox -pre-commit==3.7.1 +pre-commit==3.8.0 # via -r dev.in pycparser==2.22 # via @@ -118,9 +118,9 @@ pygments==2.17.2 # sphinx-tabs pyproject-api==1.6.1 # via tox -pyright==1.1.369 +pyright==1.1.374 # via -r typing.txt -pytest==8.2.2 +pytest==8.3.2 # via # -r tests.txt # -r typing.txt @@ -138,7 +138,7 @@ snowballstemmer==2.2.0 # via # -r docs.txt # sphinx -sphinx==7.3.7 +sphinx==8.0.2 # via # -r docs.txt # pallets-sphinx-themes diff --git a/requirements/docs.txt b/requirements/docs.txt index fe7501f1..2ff507f1 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -38,7 +38,7 @@ requests==2.31.0 # via sphinx snowballstemmer==2.2.0 # via sphinx -sphinx==7.3.7 +sphinx==8.0.2 # via # -r docs.in # pallets-sphinx-themes diff --git a/requirements/tests.txt b/requirements/tests.txt index b2d01531..f176efff 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -12,7 +12,7 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pytest==8.2.2 +pytest==8.3.2 # via -r tests.in python-dotenv==1.0.1 # via -r tests.in diff --git a/requirements/typing.txt b/requirements/typing.txt index cd08335f..7daa20f7 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -8,11 +8,11 @@ asgiref==3.8.1 # via -r typing.in cffi==1.16.0 # via cryptography -cryptography==42.0.8 +cryptography==43.0.0 # via -r typing.in iniconfig==2.0.0 # via pytest -mypy==1.10.1 +mypy==1.11.1 # via -r typing.in mypy-extensions==1.0.0 # via mypy @@ -24,9 +24,9 @@ pluggy==1.5.0 # via pytest pycparser==2.22 # via cffi -pyright==1.1.369 +pyright==1.1.374 # via -r typing.in -pytest==8.2.2 +pytest==8.3.2 # via -r typing.in python-dotenv==1.0.1 # via -r typing.in