From 51dc32e105439a3c18ae60cf2758e13183b1c1a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 21:01:00 +0000 Subject: [PATCH] build(deps): update pylint requirement from ~=2.17 to ~=3.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.0...v3.1.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_ci.txt b/requirements_ci.txt index fe7c547..d32cacd 100644 --- a/requirements_ci.txt +++ b/requirements_ci.txt @@ -4,6 +4,6 @@ coverage ~= 7.2 flake518 ~= 1.6; python_version >= '3.9' mypy ~= 1.5 pydocstyle ~= 6.3 -pylint ~= 2.17 +pylint ~= 3.1 twine ~= 4.0 types-psutil ~= 5.6