diff --git a/pyproject.toml b/pyproject.toml index 2e95634..e64ab04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ tests = [ "pytest>=8.3.5", "ruff==0.15.12", "smokeshow>=0.5.0", - "ty>=0.0.9", + "ty>=0.0.25", "typing-extensions>=4.13.2 ; python_full_version < '3.9'", ] diff --git a/uv.lock b/uv.lock index 5ae546e..2188450 100644 --- a/uv.lock +++ b/uv.lock @@ -50,7 +50,7 @@ dev = [ { name = "pytest", specifier = ">=8.3.5" }, { name = "ruff", specifier = "==0.15.12" }, { name = "smokeshow", specifier = ">=0.5.0" }, - { name = "ty", specifier = ">=0.0.9" }, + { name = "ty", specifier = ">=0.0.25" }, { name = "typing-extensions", marker = "python_full_version < '3.9'", specifier = ">=4.13.2" }, ] tests = [ @@ -59,7 +59,7 @@ tests = [ { name = "pytest", specifier = ">=8.3.5" }, { name = "ruff", specifier = "==0.15.12" }, { name = "smokeshow", specifier = ">=0.5.0" }, - { name = "ty", specifier = ">=0.0.9" }, + { name = "ty", specifier = ">=0.0.25" }, { name = "typing-extensions", marker = "python_full_version < '3.9'", specifier = ">=4.13.2" }, ]