From a540ea00fd9b6881a73db4915d91ef07dd850b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jun 2022 21:14:37 +0200 Subject: [PATCH] Bump pylint from 2.13.9 to 2.14.0 (#306) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.9 to 2.14.0. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.13.9...v2.14.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... 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 daca4dd8..73e7b77f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ black==22.3.0 flake8==4.0.1 mypy==0.960 pydocstyle==6.1.1 -pylint==2.13.9 +pylint==2.14.0 pytest==7.1.2 pytest-cov==3.0.0 pytest-timeout==2.1.0