From 5b0b4200343b9e1df17c3cc1d3355c0db63da6f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:23:43 +0000 Subject: [PATCH] Build(deps-dev): Bump pylint-pytest from 1.1.2 to 1.1.7 Bumps [pylint-pytest](https://github.com/pylint-dev/pylint-pytest) from 1.1.2 to 1.1.7. - [Release notes](https://github.com/pylint-dev/pylint-pytest/releases) - [Changelog](https://github.com/pylint-dev/pylint-pytest/blob/master/CHANGELOG.md) - [Commits](https://github.com/pylint-dev/pylint-pytest/compare/pylint-pytest-1.1.2...v1.1.7) --- updated-dependencies: - dependency-name: pylint-pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3bd4fc4..01549d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ tests = pytest-cov==3.0.0 pytest-mock==3.8.2 pylint==2.15.0 - pylint-pytest==1.1.2 + pylint-pytest==1.1.7 mypy==0.971 dev = %(tests)s