From 66292a65b1acefb3f9b1150d3aed179c5d7cabfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 05:47:49 +0000 Subject: [PATCH] build(deps): update pylint requirement from ~=2.17 to ~=3.0 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.0.2) --- 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 18a78e0..f670086 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.0 twine ~= 4.0 types-setuptools >= 67.4