diff --git a/pyproject.toml b/pyproject.toml index 1d1f6a5..6df5504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ docs = [ ] mypy = ["mypy==2.1.0"] pyright = ["basedpyright==1.39.5"] -ruff = ["ruff==0.15.13"] +ruff = ["ruff==0.15.14"] tests = [ "coverage>=7.6.12", "pytest>=8.3.4", @@ -46,7 +46,7 @@ tests = [ "pytest-httpx>=0.35.0", "pytest-watcher>=0.4.3", ] -ty = ["ty==0.0.37"] +ty = ["ty==0.0.38"] zizmor = ["zizmor==1.25.2"]