From e7d4992e47d4c1085d9a1724594ebf4c482331c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:31:06 +0000 Subject: [PATCH] dependency: (deps): bump django from 5.0.1 to 5.0.2 in /backend Bumps [django](https://github.com/django/django) from 5.0.1 to 5.0.2. - [Commits](https://github.com/django/django/compare/5.0.1...5.0.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 958ae300..765f0a06 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ charset-normalizer==3.3.2 colorama==0.4.6 cryptography==41.0.7 distro==1.9.0 -Django==5.0.1 +Django==5.0.2 django-cors-headers==4.3.1 django-rest-framework==0.1.0 djangorestframework==3.14.0