From f687898fba7ed243f998884153031d76b422bfb5 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 04:49:58 +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..07ddb36f 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.0.9 pytz==2021.1 setuptools==65.6.3 sqlparse==0.4.1