From 86b0f891c1667af462e7b77a55680f57b2a917ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:20:28 +0000 Subject: [PATCH] chore(deps): update dependency django to v4.1.12 [security] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bec48f8..3a24975 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # asgiref==3.5.2 # via django -django==4.1.6 +django==4.1.12 # via django-migration-fixer (setup.py) gitdb==4.0.10 # via gitpython