From fb03ea43d13eceb7cd1f05e01e1fc5ebbfe57c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 21:06:56 +0200 Subject: [PATCH] Bump pylint from 2.13.5 to 2.13.9 (#19) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.5 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.5...v2.13.9) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 5bfa329..cf4fb5f 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ mypy==0.942 pre-commit==2.18.1 -pylint==2.13.5 +pylint==2.13.9 pytest==7.1.1 pytest-aiohttp==1.0.4 pytest-asyncio==0.18.3