From e4f856b8dc1b3701603c2d84d931ce7d0cd3fdc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:57:09 +0000 Subject: [PATCH] Bump django from 4.1.2 to 4.2.16 Bumps [django](https://github.com/django/django) from 4.1.2 to 4.2.16. - [Commits](https://github.com/django/django/compare/4.1.2...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 a7189f9..cca9c9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cryptography==38.0.3 future==0.18.3 # Django and Django REST Framework -Django==4.1.2 +Django==4.2.16 django-cors-headers==4.3.0 django-rest-framework==0.1.0 djangorestframework==3.14.0