diff --git a/pyproject.toml b/pyproject.toml index ee46103..d69191a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=82.0.1", "wheel"] +requires = ["setuptools>=83.0.0", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -29,11 +29,11 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=9.0.3", - "pytest-asyncio>=1.3.0", - "black>=26.3.1", - "mypy>=1.20.2", - "ruff>=0.15.12", + "pytest>=9.1.1", + "pytest-asyncio>=1.4.0", + "black>=26.5.1", + "mypy>=2.1.0", + "ruff>=0.15.20", "types-PyYAML", ]