From 2d29f98c53a09d2a8009fec0f871b81eb64f297b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 15:14:46 +0000 Subject: [PATCH] build(deps-dev): Bump pylint from 4.0.3 to 4.0.4 Bumps [pylint](https://github.com/pylint-dev/pylint) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bb6391e5..de1a51b6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ flit==3.12.0 pytest==9.0.1 responses==0.25.8 python_dotenv==1.2.1 -pylint==4.0.3 +pylint==4.0.4 # code coverage coverage==7.12.0 pytest-cov==7.0.0