From 32aab1f8bb7025eee5bb0edb9f2c90e16c006253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 13:01:18 +0000 Subject: [PATCH] Bump pylint from 4.0.0 to 4.0.1 Bumps [pylint](https://github.com/pylint-dev/pylint) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d1dab00..418744b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PyInstaller==6.16.0 pytest==8.4.2 -pylint==4.0.0 +pylint==4.0.1 codecov==2.1.13 pytest-cov==7.0.0