From 7132334185f58723cef9f8178105657df9fbdab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 10:30:41 +0000 Subject: [PATCH] Update pylint requirement from ~=2.16 to ~=2.17 Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.16.0...v2.17.0) --- 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 123d5f3da..d9a92d428 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ pre-commit>=2.21.0,<3; python_version<"3.8" pre-commit~=3.0; python_version>="3.8" -pylint~=2.16 +pylint~=2.17 pytest~=7.2 pytest-cov~=4.0