From 8c7f14e0961982034f9822fc77dd29109b85fce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 13:08:46 +0000 Subject: [PATCH] build(deps-dev): bump the linting group across 1 directory with 4 updates Bumps the linting group with 4 updates in the / directory: [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [pylint](https://github.com/pylint-dev/pylint) and [pre-commit](https://github.com/pre-commit/pre-commit). 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.16.3 - [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.16.3) Updates `pylint` from 4.0.6 to 4.0.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.6...v4.0.7) Updates `pre-commit` from 4.6.0 to 4.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.6.0...v4.6.2) --- 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.16.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linting - dependency-name: pylint dependency-version: 4.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2934823..244da40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,12 +69,12 @@ test = [ lint = [ "radon==6.0.1", "xenon==0.9.3", - "mypy==2.1.0", - "ruff==0.15.20", - "pylint==4.0.6", + "mypy==2.3.0", + "ruff==0.16.3", + "pylint==4.0.7", "bandit==1.9.4", "pip-audit==2.10.1", - "pre-commit==4.6.0", + "pre-commit==4.6.2", "boto3-stubs==1.43.41", "pydantic==2.13.4", ]