From e8a77df7373eed603a7ca95f563f4725df329c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:08:11 +0000 Subject: [PATCH] Update pylint requirement from ~=3.1 to ~=3.2 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.2.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index e98091b..ac9f830 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,7 +5,7 @@ colorlog~=6.8 flake8~=7.0 flake8-docstrings~=1.7 mypy~=1.10 -pylint~=3.1 +pylint~=3.2 pylint-strict-informational==0.1 pytest>=7.2 pytest-cov>=3.0