From 97819f85c7a222e7612dde18563fa53ce287d698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 11:57:26 +0000 Subject: [PATCH] Bump django from 4.1.2 to 4.1.13 Bumps [django](https://github.com/django/django) from 4.1.2 to 4.1.13. - [Commits](https://github.com/django/django/compare/4.1.2...4.1.13) --- 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 3c4ec7f..d71e88a 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.1.13 django-cors-headers==4.3.0 django-rest-framework==0.1.0 djangorestframework==3.14.0