From 3253f0e114e4675d4a05d16c0fb94d3d0450de0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 08:20:16 +0000 Subject: [PATCH] Bump django from 2.2.9 to 2.2.18 in /project_validator Bumps [django](https://github.com/django/django) from 2.2.9 to 2.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.9...2.2.18) Signed-off-by: dependabot[bot] --- project_validator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_validator/requirements.txt b/project_validator/requirements.txt index 5b778587..a08596da 100644 --- a/project_validator/requirements.txt +++ b/project_validator/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.8.2 -Django==2.2.9 +Django==2.2.18 feedparser==5.2.1 psycopg2==2.6.2 pytz==2019.3