From caea767cd05e5a816cdf6c3599d255315bf5b7db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:00:43 +0000 Subject: [PATCH] build(deps-dev): bump the linting group across 1 directory with 2 updates Bumps the linting group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `mypy` from 1.20.2 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.1.0) Updates `ruff` from 0.15.12 to 0.15.13 - [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.15.12...0.15.13) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: linting - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3d9f7a..5031566 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,8 +60,8 @@ test = [ lint = [ "radon==6.0.1", "xenon==0.9.3", - "mypy==1.20.2", - "ruff==0.15.12", + "mypy==2.1.0", + "ruff==0.15.13", "pylint==4.0.5", "bandit==1.9.4", "pip-audit==2.10.0",