From eafa28095edae40ecb558d92bdc735570dbc1abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:10:15 +0000 Subject: [PATCH] Bump django from 2.1.5 to 2.2.24 Bumps [django](https://github.com/django/django) from 2.1.5 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.5...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- web-src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f3c9960..4ac37b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ chardet==3.0.4 Click==7.0 cssselect2==0.2.1 defusedxml==0.5.0 -Django==2.1.5 +Django==2.2.24 django-ckeditor==5.6.1 django-js-asset==1.1.0 google-api-core==1.7.0 diff --git a/web-src/requirements.txt b/web-src/requirements.txt index d9e6644..1cef715 100644 --- a/web-src/requirements.txt +++ b/web-src/requirements.txt @@ -1,4 +1,4 @@ -Django==2.1.5 +Django==2.2.24 django-ckeditor==5.6.1 django-js-asset==1.1.0 Pillow==5.4.1