From 9761412ebbc5580bff2e5ee7ee52d269cfde10e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:11:59 +0000 Subject: [PATCH] Bump pylint from 2.15.0 to 2.16.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.0 to 2.16.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.15.0...v2.16.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 7f86a5f..6d903b6 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ mypy==0.971 pre-commit==2.20.0 -pylint==2.15.0 +pylint==2.16.4 pytest==7.1.2 pytest-aiohttp==1.0.4 pytest-asyncio==0.19.0