From ec6ae3ddd79df77ebfbd9ab03acd72d80090f5c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 19:20:15 +0000 Subject: [PATCH] Bump django from 3.2.4 to 5.2.16 in /pyperformance Bumps [django](https://github.com/django/django) from 3.2.4 to 5.2.16. - [Commits](https://github.com/django/django/compare/3.2.4...5.2.16) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyperformance/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyperformance/requirements.txt b/pyperformance/requirements.txt index 6cd48b5..65e7f78 100644 --- a/pyperformance/requirements.txt +++ b/pyperformance/requirements.txt @@ -1,5 +1,5 @@ # Old Django version for benchmarking -django==3.2.4 +django==5.2.16 asgiref==3.3.4 pytz==2021.1 sqlparse==0.4.1