From 79d5001b537fba0171a31d65f7b5e447b1630723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:59:31 +0000 Subject: [PATCH] chore(deps-dev): Bump the linters group with 2 updates Bumps the linters group with 2 updates: [basedpyright](https://github.com/detachhead/basedpyright) and [ty](https://github.com/astral-sh/ty). Updates `basedpyright` from 1.39.5 to 1.39.6 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.39.5...v1.39.6) Updates `ty` from 0.0.38 to 0.0.39 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ty/compare/0.0.38...0.0.39) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.39.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linters - dependency-name: ty dependency-version: 0.0.39 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linters ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]