From 6821a383fbb6f835a8d385276bb5be64aaba4c2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 06:14:55 +0000 Subject: [PATCH] chore(deps): update dependency django to v4.2.18 [security] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2da101f6..f2da2d9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # asgiref==3.5.2 # via django -django==4.2.16 +django==4.2.18 # via django-migration-fixer (setup.py) gitdb==4.0.10 # via gitpython