From 0e264c72b48254c77c01db79f2f0901d2e7704f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 08:57:54 +0000 Subject: [PATCH] Update pylint requirement from <2.15.10 to <3.2.3 in /.github/scripts 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/pylint-version-0.18.1...v3.2.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt index 15d2b017..a5e2078c 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -2,7 +2,7 @@ setuptools <65.7.0 ; python_version == '2.7' setuptools <=69.2.0 ; python_version >= '3.8' pip <23.0 ; python_version == '2.7' pip ; python_version >= '3.5' -pylint <2.15.10 +pylint <3.2.3 pytest <=8.1.1 pytest-pylint <=1.1.2 pytest-runner <7.0.0