From fea1ad3cb3da87106a5b10b475f52d0dc3c8633d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 18:58:10 +0000 Subject: [PATCH] Update pylint requirement from ~=2.15.9 to ~=2.17.3 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.15.9...v2.17.3) --- 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 cf34c4d..924b7bd 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ mixer~=7.2.2 mock~=4.0.3 mypy~=0.991 pre-commit~=2.18.1 -pylint~=2.15.9 +pylint~=2.17.3 pylint-django~=2.5.3 pytest~=7.1.2 pytest-django~=4.5.2