From 3efb9524aa4e8f1bdf7662bc952afd891738fce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 10:14:13 +0200 Subject: [PATCH] Bump django from 4.2 to 4.2.1 (#845) Bumps [django](https://github.com/django/django) from 4.2 to 4.2.1. - [Commits](https://github.com/django/django/compare/4.2...4.2.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 907ee775..4ba77978 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ boto3==1.26.89 -Django==4.2 +Django==4.2.1 django-cors-headers==3.14.0 djangorestframework==3.14.0 djangorestframework-camel-case==1.4.2