From ae668e69396fd5f4fd834e71b545605f9f86e1f0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 06:20:22 +0000 Subject: [PATCH] Update pylint requirement from ~=2.5.2 to ~=2.9.5 in /config 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/pylint-2.5.2...v2.9.5) Signed-off-by: dependabot-preview[bot] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index 66591f64..b2e41c89 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -5,7 +5,7 @@ gunicorn~=20.0.4 ipython~=7.15.0 psycopg2~=2.8.5 pylint-django~=2.0.15 -pylint~=2.5.2 +pylint~=2.9.5 factory-boy~=2.12.0 django-colorfield~=0.2.1 django-simple-history~=2.10.0