diff --git a/pyproject.toml b/pyproject.toml index b61a3bb5f..ebbef9464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,10 +39,10 @@ dev = [ "build ==1.2.2.post1", "coverage[toml] ==7.6.10", "mypy ==1.14.1", - "pre-commit ==4.0.1", + "pre-commit ==4.1.0", "pytest ==8.3.4", - "tox ==4.23.2", - "twine ==6.0.1", + "tox ==4.24.1", + "twine ==6.1.0", "types-requests ==2.32.0.20241016", ] @@ -53,7 +53,7 @@ docs = [ "sphinx-autobuild ==2024.10.3", "sphinx-copybutton ==0.5.2", "sphinxcontrib-spelling ==8.0.1", - "sphinx-autodoc-typehints ==2.5.0", + "sphinx-autodoc-typehints ==3.0.1", ] [project.urls]