From 8392d77eae195616d131d009d47f971ea98960d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:06:42 +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"