From b634140acff831a89e276d7fb6698d70142d6cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:53:53 +0000 Subject: [PATCH] Update pylint requirement from ~=2.17.7 to ~=3.0.1 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.17.7...v3.0.1) --- 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 7834acb..b2026c2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,6 +5,6 @@ mypy~=1.6 perflint~=0.7.3 pip-check-updates~=0.22.0 pre-commit~=3.5.0 -pylint~=2.17.7 +pylint~=3.0.1 pytest~=7.4.2 pytest-cov~=4.1.0