From 8d96b2298e7d3b84e097924d262b9c766742b3c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 22:04:18 +0000 Subject: [PATCH] Update pylint requirement from ~=2.12.2 to ~=2.13.7 Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.12.2...v2.13.7) --- 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 e4187c5..902dcce 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,6 +3,6 @@ django-stubs~=1.9.0 lorem~=0.1.1 mypy~=0.910 pre-commit~=2.17.0 -pylint~=2.12.2 +pylint~=2.13.7 pylint-django~=2.5.2 types-paramiko~=2.8.13