From be77877c90967cb51a53c3c9e5eb646cf975b3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:08:23 +0000 Subject: [PATCH] Bump django from 5.0.2 to 5.0.3 Bumps [django](https://github.com/django/django) from 5.0.2 to 5.0.3. - [Commits](https://github.com/django/django/compare/5.0.2...5.0.3) --- 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 5a9e221..3159665 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.7.2 asttokens==2.4.1 decorator==5.1.1 -Django==5.0.2 +Django==5.0.3 django-cors-headers==4.3.1 djangorestframework==3.14.0 executing==2.0.1