From 215f8a7057574ef1245c00aac2a10787ae751c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 06:01:04 +0000 Subject: [PATCH] Bump pylint from 2.15.6 to 2.16.0 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.6 to 2.16.0. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.15.6...v2.16.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 3020104..527c5af 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ coverage==6.5.0 flake8==5.0.4 lxml==4.9.1 mypy==0.991 -pylint==2.15.6 +pylint==2.16.0 pytest==7.2.0 pytest-asyncio==0.20.2 pytest-cov==4.0.0