From bdf28d0e1de24c1b9b49e6a0a64e5d3cb52ca91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:10:05 +0000 Subject: [PATCH] Bump django from 5.1.1 to 5.1.4 in /backend Bumps [django](https://github.com/django/django) from 5.1.1 to 5.1.4. - [Commits](https://github.com/django/django/compare/5.1.1...5.1.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 355a6377be..14cf43d984 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -django==5.1.1 +django==5.1.4 weasyprint==62.3 psycopg2-binary==2.9.9 gunicorn==23.0.0