From e995a1cce17b0deac1485e0037fd7bdef15109d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:57:45 +0000 Subject: [PATCH] Bump django from 5.2.8 to 5.2.11 in /app Bumps [django](https://github.com/django/django) from 5.2.8 to 5.2.11. - [Commits](https://github.com/django/django/compare/5.2.8...5.2.11) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.client.txt | 2 +- app/requirements.server.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/requirements.client.txt b/app/requirements.client.txt index 6a35c7af0..c91da6af0 100644 --- a/app/requirements.client.txt +++ b/app/requirements.client.txt @@ -7,7 +7,7 @@ textual-dev==1.8.0 pyperclip==1.11.0 # Core application -django==5.2.8 +django==5.2.11 # Text and data handling pyyaml==6.0.3 diff --git a/app/requirements.server.txt b/app/requirements.server.txt index bcfa0bbb5..c85f85df4 100644 --- a/app/requirements.server.txt +++ b/app/requirements.server.txt @@ -26,7 +26,7 @@ uvicorn==0.38.0 starlette==0.50.0 # Core application -django==5.2.8 +django==5.2.11 psycopg2==2.9.11 django-dbconn-retry==0.1.9 semantic-version==2.10.0