From ae5bedd2d4003379dec8b4c72ccf854bf9a63843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 02:15:00 +0000 Subject: [PATCH] Bump django from 2.2.9 to 2.2.10 in /project_validator Bumps [django](https://github.com/django/django) from 2.2.9 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.9...2.2.10) 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..e6e9bc1d 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.10 feedparser==5.2.1 psycopg2==2.6.2 pytz==2019.3