diff --git a/pyproject.toml b/pyproject.toml index 6df5504..d2f0f73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ docs = [ "sphinx-autodoc-typehints>=1.12", ] mypy = ["mypy==2.1.0"] -pyright = ["basedpyright==1.39.5"] +pyright = ["basedpyright==1.39.6"] ruff = ["ruff==0.15.14"] tests = [ "coverage>=7.6.12", @@ -46,7 +46,7 @@ tests = [ "pytest-httpx>=0.35.0", "pytest-watcher>=0.4.3", ] -ty = ["ty==0.0.38"] +ty = ["ty==0.0.39"] zizmor = ["zizmor==1.25.2"]