From a527c6bdfffc288843864c9149cf86cbe0b1db4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:20:35 +0000 Subject: [PATCH] Bump django from 3.1.14 to 4.2.16 Bumps [django](https://github.com/django/django) from 3.1.14 to 4.2.16. - [Commits](https://github.com/django/django/compare/3.1.14...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6669a8..1e5c0d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ croniter==1.3.8 cryptography==38.0.3 # Django and Django REST Framework -Django==3.1.14 +Django==4.2.16 django-cors-headers==3.2.0 django-rest-framework==0.1.0 djangorestframework==3.14.0