diff --git a/pyproject.toml b/pyproject.toml index ad46442..b50b8c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,11 +29,11 @@ dynamic = ["version"] [dependency-groups] dev = [ - "pytest==9.0.1", + "pytest==9.0.2", "pytest-snapshot==0.9.0", "pytest-cov==7.0.0", - "ruff==0.14.7", - "ty==0.0.1a30", + "ruff==0.14.8", + "ty==0.0.1a32", "mkdocs==1.6.1", "mkdocstrings[python]==1.0.0", "mkdocs-material==9.7.0",