From 67f49c680edd7a865711b578b14afb6af3745a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 22:04:47 +0000 Subject: [PATCH] Bump pylint from 2.13.7 to 4.0.0 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.13.7 to 4.0.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.13.7...v4.0.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index b165acbe1..469459e56 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -4,7 +4,7 @@ isort==5.10.1 flake8==4.0.1 flake8-isort==4.1.1 pydocstyle==6.1.1 -pylint==2.13.7 +pylint==4.0.0 pytest==7.1.2 pytest-asyncio==0.18.3 pytest-cov==3.0.0