From 96dd8f2987a323f0aff264c844a572b6ca1f7410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 18:44:13 +0000 Subject: [PATCH] Bump pylint from 2.13.9 to 2.15.3 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.9 to 2.15.3. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.13.9...v2.15.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index bd4e03e3..d01e9da7 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -4,7 +4,7 @@ coveralls==3.3.1 flake8==4.0.1 flake8-isort==4.1.1 pydocstyle==6.1.1 -pylint==2.13.9 +pylint==2.15.3 pytest==7.1.2 pytest-cov==3.0.0 pytest-timeout==2.1.0