From 60c1a1c2763225670119d77c668c1c1169b87d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:15:57 +0000 Subject: [PATCH] Bump django from 2.2.3 to 3.2.24 in /src Bumps [django](https://github.com/django/django) from 2.2.3 to 3.2.24. - [Commits](https://github.com/django/django/compare/2.2.3...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index ba2d3ac..832e578 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.3 +Django==3.2.24 psycopg2-binary==2.8.3 xhtml2pdf==0.2.3