From befe37e933de0751175cbd8f1eb028bbed6e895f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:15:37 +0000 Subject: [PATCH] build(deps-dev): bump the linting group across 1 directory with 3 updates Bumps the linting group with 3 updates in the / directory: [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [pip-audit](https://github.com/pypa/pip-audit). 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.17 - [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.17) Updates `pip-audit` from 2.10.0 to 2.10.1 - [Release notes](https://github.com/pypa/pip-audit/releases) - [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/pip-audit/compare/v2.10.0...v2.10.1) --- 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: pip-audit dependency-version: 2.10.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9d8179c..58c6248 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,11 +66,11 @@ 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.17", "pylint==4.0.5", "bandit==1.9.4", - "pip-audit==2.10.0", + "pip-audit==2.10.1", "pre-commit==4.6.0", "boto3-stubs==1.43.5", "pydantic==2.13.4",