From 53cae8ebb707b1a4d52147431d8eb9eec16beaa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:44:48 +0000 Subject: [PATCH] Bump django from 3.1.7 to 3.2.24 in /ambassador Bumps [django](https://github.com/django/django) from 3.1.7 to 3.2.24. - [Commits](https://github.com/django/django/compare/3.1.7...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ambassador/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambassador/requirements.txt b/ambassador/requirements.txt index cc634e1..6ae8778 100644 --- a/ambassador/requirements.txt +++ b/ambassador/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.7.2 async-timeout==4.0.3 certifi==2024.2.2 charset-normalizer==3.3.2 -Django==3.1.7 +Django==3.2.24 django-cors-headers==3.7.0 django-redis==4.12.1 djangorestframework==3.12.2