diff --git a/pyproject.toml b/pyproject.toml index ae19c3f..bbaa30b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dev = [ "pytest>=9.0.3", "pytest-asyncio>=1.3.0", "ruff>=0.15.9", - "ty>=0.0.31", + "ty>=0.0.32", "pytest-cov>=7.1.0", ] security = [ diff --git a/uv.lock b/uv.lock index a8107af..d2cce2f 100644 --- a/uv.lock +++ b/uv.lock @@ -709,7 +709,7 @@ dev = [ { name = "pytest-asyncio", specifier = ">=1.3.0" }, { name = "pytest-cov", specifier = ">=7.1.0" }, { name = "ruff", specifier = ">=0.15.9" }, - { name = "ty", specifier = ">=0.0.31" }, + { name = "ty", specifier = ">=0.0.32" }, ] security = [ { name = "bandit", extras = ["toml"], specifier = ">=1.9.4" },