From e41f6cca993fc96115ef625fa07606994b23ad49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:58:31 +0000 Subject: [PATCH] Update pylint requirement from ~=2.15.10 to ~=3.0.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/v2.15.10...v3.0.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... 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 314f0072..dfa4861a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ codecov ~= 2.1.13 isort ~= 5.11.4 mypy ~= 0.991 pyflakes ~= 3.0.1 -pylint ~= 2.15.10 +pylint ~= 3.0.2 pytest ~= 7.4.0 pytest-cov ~= 4.1.0 pytest-rerunfailures ~= 12.0