From 729affbc3ccd81ff9697ef02185694430ce288b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:10:34 +0000 Subject: [PATCH] Bump pylint from 2.8.2 to 3.3.1 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.8.2 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.8.2...v3.3.1) --- updated-dependencies: - dependency-name: pylint 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..b9b619a 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==3.3.1 pytest==6.2.2 pytest-mock==3.6.1 torch>=1.7.1