From 29aeb2dcb16954c72834adf867c176a2e19a9aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 10:17:44 +0000 Subject: [PATCH] Bump django from 4.1.3 to 4.1.7 in /web-programming/accounting-app Bumps [django](https://github.com/django/django) from 4.1.3 to 4.1.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.3...4.1.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web-programming/accounting-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-programming/accounting-app/requirements.txt b/web-programming/accounting-app/requirements.txt index ca0e02b9..61d3a6b4 100644 --- a/web-programming/accounting-app/requirements.txt +++ b/web-programming/accounting-app/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.5.2 backports.zoneinfo==0.2.1 -Django==4.1.3 +Django==4.1.7 django-appconf==1.0.5 libsass==0.22.0 rcssmin==1.1.1