From 4d66c69196c5ca2b6cc6b97634d422706e1ccab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 21:12:55 +0000 Subject: [PATCH] build(deps-dev): bump the linters group with 2 updates Bumps the linters group with 2 updates: [ty](https://github.com/astral-sh/ty) and [zizmor](https://github.com/zizmorcore/zizmor). Updates `ty` from 0.0.42 to 0.0.53 - [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.42...0.0.53) Updates `zizmor` from 1.25.2 to 1.26.1 - [Release notes](https://github.com/zizmorcore/zizmor/releases) - [Changelog](https://github.com/zizmorcore/zizmor/blob/main/docs/release-notes.md) - [Commits](https://github.com/zizmorcore/zizmor/compare/v1.25.2...v1.26.1) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.53 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linters - dependency-name: zizmor dependency-version: 1.26.1 dependency-type: direct:development update-type: version-update:semver-minor 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 cc29ebe..bb35698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,8 +43,8 @@ mypy = ["mypy>=1.18.2"] pyright = ["basedpyright>=1.39.6"] ruff = ["ruff>=0.13.1"] tests = ["pytest>=8.3.5", "pytest-cov>=5.0.0", "pytest-mock>=3.14.0"] -ty = ["ty==0.0.42"] -zizmor = ["zizmor==1.25.2"] +ty = ["ty==0.0.53"] +zizmor = ["zizmor==1.26.1"] [tool.coverage.paths]