From 54fb16239967ef911454bd8cccf2e3fc994db73d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2020 01:21:47 +0000 Subject: [PATCH] Bump django from 2.2.9 to 2.2.13 in /project_validator Bumps [django](https://github.com/django/django) from 2.2.9 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.9...2.2.13) 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..b59a4120 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.13 feedparser==5.2.1 psycopg2==2.6.2 pytz==2019.3