From 53adfaacf789d8f2011911e0cd01305ba43f8fb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 22:56:18 +0200 Subject: [PATCH] Bump pylint from 2.13.8 to 2.13.9 (#316) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.8 to 2.13.9. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.13.8...v2.13.9) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 48567ecd..7d83ecec 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ black==22.3.0 flake8==4.0.1 mypy==0.950 pydocstyle==6.1.1 -pylint==2.13.8 +pylint==2.13.9 pytest==7.1.2 pytest-cov==3.0.0 pytest-timeout==2.1.0 -- 2.34.1