From 91acb1468bb3520faff5e8ae74fd6ea7aa6d8462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 23:57:46 +0000 Subject: [PATCH] Update pylint requirement from ~=2.17.0 to ~=2.17.4 Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.17.0...v2.17.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index a5088187..51a15983 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,6 +3,6 @@ django-stubs~=1.16.0 lorem~=0.1.1 mypy~=1.1.1 pre-commit~=3.2.0 -pylint~=2.17.0 +pylint~=2.17.4 pylint-django~=2.5.3 types-python-dateutil~=2.8.19.10