From 58b78f36c4c7ff839cfc76c4b97b3c2c0daf987b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 22:40:17 +0000 Subject: [PATCH] Bump django in /pyperformance/data-files/benchmarks/bm_django_template Bumps [django](https://github.com/django/django) from 3.2.4 to 3.2.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.4...3.2.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../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 4a3490bf..16225909 100644 --- a/pyperformance/data-files/benchmarks/bm_django_template/requirements.txt +++ b/pyperformance/data-files/benchmarks/bm_django_template/requirements.txt @@ -1,4 +1,4 @@ asgiref==3.3.4 -django==3.2.4 +django==3.2.14 pytz==2021.1 sqlparse==0.4.1