From 439939aac7a8363ed64bdfde2707411a8934b908 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 01:11:21 +0000 Subject: [PATCH] chore(deps): update dependency django to v4 --- .../data-files/benchmarks/bm_django_template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyperformance/data-files/benchmarks/bm_django_template/requirements.txt b/pyperformance/data-files/benchmarks/bm_django_template/requirements.txt index a22c8e05..e8ce45fc 100644 --- a/pyperformance/data-files/benchmarks/bm_django_template/requirements.txt +++ b/pyperformance/data-files/benchmarks/bm_django_template/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.3.4 -django==3.2.4 +django==4.2.26 pytz==2021.1 setuptools==65.6.3 sqlparse==0.4.1