From a639dc6da3e23632a1d5eeefd6556400a1650853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:10:48 +0000 Subject: [PATCH] Bump django from 2.2.28 to 4.2.16 in /spug_api Bumps [django](https://github.com/django/django) from 2.2.28 to 4.2.16. - [Commits](https://github.com/django/django/compare/2.2.28...4.2.16) --- 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 768f20b2..471c9b55 100644 --- a/spug_api/requirements.txt +++ b/spug_api/requirements.txt @@ -1,5 +1,5 @@ apscheduler==3.7.0 -Django==2.2.28 +Django==4.2.16 asgiref==3.2.10 channels==2.3.1 channels_redis==2.4.1