From ff4b8b96757c1f106661ca573f6878e34656319e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:03:21 +0000 Subject: [PATCH] Update pylint requirement from ~=2.14.3 to ~=3.2.2 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.14.3...v3.2.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 6cd15e7..cb5acd5 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,6 +3,6 @@ django-stubs~=1.12.0 lorem~=0.1.1 mypy~=0.961 pre-commit~=2.19.0 -pylint~=2.14.3 +pylint~=3.2.2 pylint-django~=2.5.3 types-paramiko~=2.11.1