From db905757e9f0da8fb4410fdb6336d55bc428ae19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 22:51:17 +0000 Subject: [PATCH] Bump django from 5.1.3 to 5.1.7 in /01-initial-setup Bumps [django](https://github.com/django/django) from 5.1.3 to 5.1.7. - [Commits](https://github.com/django/django/compare/5.1.3...5.1.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 01-initial-setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-initial-setup/requirements.txt b/01-initial-setup/requirements.txt index d7ea1c2..fe3a812 100644 --- a/01-initial-setup/requirements.txt +++ b/01-initial-setup/requirements.txt @@ -1,4 +1,4 @@ asgiref==3.8.1 -Django==5.1.3 +Django==5.1.7 djangorestframework==3.15.2 sqlparse==0.5.1