diff --git a/pyproject.toml b/pyproject.toml index 158042795..98d71954f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,25 +36,25 @@ dependencies = [ [project.optional-dependencies] dev = [ - "build ==1.2.2", - "coverage[toml] ==7.6.1", + "build ==1.2.2.post1", + "coverage[toml] ==7.6.4", "furo ==2024.8.6", - "mypy ==1.11.2", + "mypy ==1.13.0", "pre-commit <3.6.0 ; python_version < '3.9'", - "pre-commit ==3.8.0 ; python_version >= '3.9'", + "pre-commit ==4.0.1 ; python_version >= '3.9'", "pytest ==8.3.3", - "tox ==4.21.0", + "tox ==4.23.2", "twine ==5.1.1", - "types-requests ==2.32.0.20240914", + "types-requests ==2.32.0.20241016", ] docs = [ # building docs requires Python >3.10 - "sphinx ==8.0.2", - "sphinx-autobuild ==2024.9.19", + "sphinx ==8.1.3", + "sphinx-autobuild ==2024.10.3", "sphinx-copybutton ==0.5.2", "sphinxcontrib-spelling ==8.0.0", - "sphinx-autodoc-typehints ==2.4.4", + "sphinx-autodoc-typehints ==2.5.0", ] [project.urls]