From 7733f155c66a0ddc70355823872e3b0e3bdb7854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 22:04:23 +0000 Subject: [PATCH] Update pylint requirement from ~=2.12.2 to ~=2.13.4 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.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 e4187c5..a1c6178 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.4 pylint-django~=2.5.2 types-paramiko~=2.8.13