From 9b290ace04e4d1ac2c642694c8114a61d21f3ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:09:44 +0000 Subject: [PATCH] build(deps-dev): bump the linting group with 2 updates Bumps the linting group with 2 updates: [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `mypy` from 2.1.0 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) Updates `ruff` from 0.15.20 to 0.15.21 - [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.20...0.15.21) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linting - dependency-name: ruff dependency-version: 0.15.21 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 2934823..5876c6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,8 +69,8 @@ test = [ lint = [ "radon==6.0.1", "xenon==0.9.3", - "mypy==2.1.0", - "ruff==0.15.20", + "mypy==2.3.0", + "ruff==0.15.21", "pylint==4.0.6", "bandit==1.9.4", "pip-audit==2.10.1",