From 25a74c13c1d2ebcfcdcd875899cf98247772e727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:22:37 +0000 Subject: [PATCH] Bump django from 5.2.8 to 5.2.9 in /app Bumps [django](https://github.com/django/django) from 5.2.8 to 5.2.9. - [Commits](https://github.com/django/django/compare/5.2.8...5.2.9) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.9 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..5ddaad55b 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.9 # Text and data handling pyyaml==6.0.3 diff --git a/app/requirements.server.txt b/app/requirements.server.txt index bcfa0bbb5..2b799ce69 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.9 psycopg2==2.9.11 django-dbconn-retry==0.1.9 semantic-version==2.10.0