From df20f617fef8b313a5753043421564cefdc4bbb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 14:26:29 +0000 Subject: [PATCH] chore(deps-dev): Bump the linters group with 5 updates Bumps the linters group with 5 updates: | Package | From | To | | --- | --- | --- | | [mypy](https://github.com/python/mypy) | `2.3.0` | `2.3.1` | | [basedpyright](https://github.com/detachhead/basedpyright) | `1.39.9` | `1.39.10` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.0` | `0.16.4` | | [ty](https://github.com/astral-sh/ty) | `0.0.63` | `0.0.74` | | [zizmor](https://github.com/zizmorcore/zizmor) | `1.28.0` | `1.29.0` | Updates `mypy` from 2.3.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) Updates `basedpyright` from 1.39.9 to 1.39.10 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.39.9...v1.39.10) Updates `ruff` from 0.16.0 to 0.16.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.0...0.16.4) Updates `ty` from 0.0.63 to 0.0.74 - [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.63...0.0.74) Updates `zizmor` from 1.28.0 to 1.29.0 - [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.28.0...v1.29.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linters - dependency-name: basedpyright dependency-version: 1.39.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linters - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linters - dependency-name: ty dependency-version: 0.0.74 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linters - dependency-name: zizmor dependency-version: 1.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linters ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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]