From c1d173372aeba43ec679061d5eda13bd88e97ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 06:17:08 +0000 Subject: [PATCH] Update pylint requirement from ~=2.17.4 to ~=2.17.5 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.4...v2.17.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- linting-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linting-requirements.txt b/linting-requirements.txt index 1c7da99d1..4a211e2d1 100644 --- a/linting-requirements.txt +++ b/linting-requirements.txt @@ -1,4 +1,4 @@ # Dependencies for code linting -pylint~=2.17.4 +pylint~=2.17.5 # mypy