From a820ea9cb913174db123915f8b405537c51c6c25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 14:47:21 +0000 Subject: [PATCH] Update django requirement from >=6.0.4 to >=6.0.5 in /app Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/6.0.4...6.0.5) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 6ae7197..8eeffd9 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ -Django>=6.0.4 +Django>=6.0.5 black>=26.3.1 gunicorn>=25.3.0 psycopg2-binary>=2.9.12