From 6f71993abadb38accc6d2e0a223513d722204d09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:07:21 +0000 Subject: [PATCH] chore(deps): update dependency django to v5.2.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 74cf857..b15a76a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # asgiref==3.8.1 # via django -django==5.2.2 +django==5.2.3 # via django-migration-fixer (setup.py) gitdb==4.0.12 # via gitpython