From 18c8e9fc03b805e94e85b367a846d317ac56e3bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 13:37:33 +0000 Subject: [PATCH] Update dependency pytest-pylint to ^0.21.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 098a849f..d3e2c030 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ pytest-django = "^4.5.2" pytest-env = "^0.8.0" pytest-mock = "^3.10.0" pytest-pep8 = "^1.0.6" -pytest-pylint = "^0.19.0" +pytest-pylint = "^0.21.0" requests-mock = "^1.10.0" semantic-version = "^2.10.0"