From 0afb18e4e99324bca9f9e775a896357ed9a132c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Sep 2021 15:41:23 +0000 Subject: [PATCH] build(deps): bump pylint-pytest from 1.0.3 to 1.1.2 Bumps [pylint-pytest](https://github.com/reverbc/pylint-pytest) from 1.0.3 to 1.1.2. - [Release notes](https://github.com/reverbc/pylint-pytest/releases) - [Changelog](https://github.com/reverbc/pylint-pytest/blob/master/CHANGELOG.md) - [Commits](https://github.com/reverbc/pylint-pytest/compare/pylint-pytest-1.0.3...pylint-pytest-1.1.2) Signed-off-by: dependabot[bot] --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 155f54a5e0..e5a85e5934 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -31,7 +31,7 @@ jaraco.windows==5.6.0 # pylint requirements pylint==2.9.6 # we use this to suppress pytest-related false positives in our tests. -pylint-pytest==1.0.3 +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