From ec468cc2582dde9a65de7b85b56a2b902ab39b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:05:36 +0900 Subject: [PATCH] chore(deps): bump django from 4.2.11 to 4.2.15 in /backend_py (#55) Bumps [django](https://github.com/django/django) from 4.2.11 to 4.2.15. - [Commits](https://github.com/django/django/compare/4.2.11...4.2.15) --- 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> --- backend_py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_py/requirements.txt b/backend_py/requirements.txt index b6e6463..46e44f9 100644 --- a/backend_py/requirements.txt +++ b/backend_py/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.6.0 -Django==4.2.11 +Django==4.2.15 django-cors-headers==4.0.0 django-filter==23.2 djangorestframework==3.14.0