diff --git a/pyproject.toml b/pyproject.toml index f8b04b3..04078ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,9 +36,9 @@ docs = [ "sphinx-rtd-theme>=1.2", "sphinx-autodoc-typehints>=1.12", ] -mypy = ["mypy==2.3.0"] -pyright = ["basedpyright==1.39.9"] -ruff = ["ruff==0.16.0"] +mypy = ["mypy==2.3.1"] +pyright = ["basedpyright==1.39.10"] +ruff = ["ruff==0.16.4"] tests = [ "coverage>=7.6.12", "httpx2-pytest>=1", @@ -46,8 +46,8 @@ tests = [ "pytest-watcher>=0.4.3", "pytest>=8.3.4", ] -ty = ["ty==0.0.63"] -zizmor = ["zizmor==1.28.0"] +ty = ["ty==0.0.74"] +zizmor = ["zizmor==1.29.0"] [tool.coverage.paths]