From e19390047e3e9e8c579ae4eaa39f678512e6b7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 08:02:47 +0000 Subject: [PATCH] chore(deps-dev): bump pylint from 4.0.5 to 4.0.7 Bumps [pylint](https://github.com/pylint-dev/pylint) from 4.0.5 to 4.0.7. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.5...v4.0.7) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 1a746c7..73e3baa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ wheel mypy black==26.3.1 pytest==9.0.3 -pylint==4.0.5 +pylint==4.0.7 nox isort twine