From 0de91802a9bab96e4e948bc5931f341dd32aaa3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:41:54 +0000 Subject: [PATCH] Bump django from 2.2.22 to 2.2.24 in /spug_api Bumps [django](https://github.com/django/django) from 2.2.22 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.22...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- spug_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug_api/requirements.txt b/spug_api/requirements.txt index fc94c4b..e451389 100644 --- a/spug_api/requirements.txt +++ b/spug_api/requirements.txt @@ -1,6 +1,6 @@ apscheduler==3.6.3 asgiref==3.2.10 -Django==2.2.22 +Django==2.2.24 channels==2.3.1 channels_redis==2.4.1 paramiko==2.7.2