From 80c4cd62606911ce6123223ab285fc07de38f73d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:04:17 +0000 Subject: [PATCH] Bump pylint from 2.8.2 to 4.0.7 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.8.2 to 4.0.7. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.8.2...v4.0.7) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.7 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- EasyFSL/dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EasyFSL/dev_requirements.txt b/EasyFSL/dev_requirements.txt index 8191438..e361689 100644 --- a/EasyFSL/dev_requirements.txt +++ b/EasyFSL/dev_requirements.txt @@ -2,7 +2,7 @@ black>=20.8b1 loguru>=0.5.3 matplotlib>=3.3.4 pandas>=1.1.0 -pylint==2.8.2 +pylint==4.0.7 pytest==6.2.2 pytest-mock==3.6.1 torch>=1.7.1