From cf8fb227422cdf186925f181bade31aab717757a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 22:48:14 +0000 Subject: [PATCH] Bump django from 2.2.5 to 2.2.21 Bumps [django](https://github.com/django/django) from 2.2.5 to 2.2.21. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.5...2.2.21) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 74b1514..357c9a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.5 +Django==2.2.21 facepy==1.0.10 python-dotenv==0.10.2 social-auth-app-django==3.1.0 diff --git a/setup.py b/setup.py index cc56433..be6557e 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,6 @@ scripts=['bgm_lodreranker/manage.py'], install_requires=( - 'django==2.2.5', + 'django==2.2.21', ) )