From 1daffa5a620ebeb9e885641125b62ead3a1c65a6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 06:47:51 +0000 Subject: [PATCH] Update pylint requirement from ~=2.5.2 to ~=2.8.2 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.2) 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..e523d721 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.2 factory-boy~=2.12.0 django-colorfield~=0.2.1 django-simple-history~=2.10.0