From dbd52be523549d23ceb1f55d65e032cbca80d634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:15:51 +0000 Subject: [PATCH] Bump django from 5.2.1 to 5.2.9 in /backend/cardex_backend Bumps [django](https://github.com/django/django) from 5.2.1 to 5.2.9. - [Commits](https://github.com/django/django/compare/5.2.1...5.2.9) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/cardex_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/cardex_backend/requirements.txt b/backend/cardex_backend/requirements.txt index b98af78..52655f6 100644 --- a/backend/cardex_backend/requirements.txt +++ b/backend/cardex_backend/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.8.1 Brotli==1.1.0 click==8.2.1 dj-database-url==3.0.0 -Django==5.2.1 +Django==5.2.9 django-cors-headers==4.7.0 django-filter==25.1 djangorestframework==3.16.0