From c1f250763b5b79446de30d2086eb341d217d244b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:27:28 +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 8936d75f..6928a8f7 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"