From c6226986e3d675e75b560070665fc2528d52bc4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 03:54:41 +0000 Subject: [PATCH] build(deps-dev): Bump pylint-plugin-utils from 0.6 to 0.7 Bumps [pylint-plugin-utils](https://github.com/PyCQA/pylint-plugin-utils) from 0.6 to 0.7. - [Release notes](https://github.com/PyCQA/pylint-plugin-utils/releases) - [Commits](https://github.com/PyCQA/pylint-plugin-utils/compare/0.6...0.7) --- updated-dependencies: - dependency-name: pylint-plugin-utils dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e539c8d68b..904a2bfc95 100644 --- a/setup.cfg +++ b/setup.cfg @@ -155,7 +155,7 @@ tests = pylint-pytest==1.1.2 # we use this to suppress some messages in tests, eg: foo/bar naming, # and, protected method calls in our tests - pylint-plugin-utils==0.6 + pylint-plugin-utils==0.7 # type-checking mypy==0.930 types-requests==2.26.3