From dcae74202f1f22bc967d7ab827bca6571159840f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 18:25:47 +0000 Subject: [PATCH] Bump django from 5.1.3 to 5.1.5 in /05-todo-api/backend Bumps [django](https://github.com/django/django) from 5.1.3 to 5.1.5. - [Commits](https://github.com/django/django/compare/5.1.3...5.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 05-todo-api/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-todo-api/backend/requirements.txt b/05-todo-api/backend/requirements.txt index 5d0459ba..637afc96 100644 --- a/05-todo-api/backend/requirements.txt +++ b/05-todo-api/backend/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.8.1 -Django==5.1.3 +Django==5.1.5 django-cors-headers==4.6.0 djangorestframework==3.15.2 sqlparse==0.5.1