From befb8b9fa2a013783da3f59b7227e59b5bb5a9d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:22:21 +0000 Subject: [PATCH] Bump pytest-pylint from 0.19.0 to 0.21.0 Bumps [pytest-pylint](https://github.com/carsongee/pytest-pylint) from 0.19.0 to 0.21.0. - [Release notes](https://github.com/carsongee/pytest-pylint/releases) - [Commits](https://github.com/carsongee/pytest-pylint/compare/v0.19.0...v0.21.0) --- updated-dependencies: - dependency-name: pytest-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 44f0a88f..9eb50091 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,7 +4,7 @@ coverage==7.3.2 mock==5.1.0 pytest==7.4.2 pylint==2.17.7 -pytest-pylint==0.19.0 +pytest-pylint==0.21.0 pytest-cov==4.1.0 pytest-mock==3.11.1 pytest-mypy==0.10.3