From e40c45e9ba0d0c3fba07211882e294a63863d46f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 06:26:09 +0000 Subject: [PATCH] Update pylint requirement from ~=2.5.2 to ~=2.8.3 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/master/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.5.2...v2.8.3) 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..070cfbb9 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.8.3 factory-boy~=2.12.0 django-colorfield~=0.2.1 django-simple-history~=2.10.0