From ccbe1be8377ebd23fd93f9506fd011df37d6a124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 00:07:05 +0000 Subject: [PATCH] Bump django from 4.0.4 to 4.1.13 in /FixFlashCards Bumps [django](https://github.com/django/django) from 4.0.4 to 4.1.13. - [Commits](https://github.com/django/django/compare/4.0.4...4.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- FixFlashCards/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FixFlashCards/requirements.txt b/FixFlashCards/requirements.txt index f3890cb..f2b3af9 100644 --- a/FixFlashCards/requirements.txt +++ b/FixFlashCards/requirements.txt @@ -1,4 +1,4 @@ asgiref==3.8.1 -Django==4.0.4 +Django==4.1.13 sqlparse==0.4.4 tzdata==2024.1