From 27e306dac897b64d56d3f5b68f7d7f66ec7c2cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 18:58:24 +0000 Subject: [PATCH] Update pylint requirement from ~=2.15.9 to ~=2.16.2 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.16.2) --- 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..72ca183 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.16.2 pylint-django~=2.5.3 pytest~=7.1.2 pytest-django~=4.5.2