From ed9648ac49388ef71356fe9cb40cac49988de481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 22:27:34 +0000 Subject: [PATCH] Bump django from 1.11.9 to 2.2.24 in /benchmarks/python/performance Bumps [django](https://github.com/django/django) from 1.11.9 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.9...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmarks/python/performance/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/python/performance/requirements.txt b/benchmarks/python/performance/requirements.txt index f17f7b4..ac8a7ea 100644 --- a/benchmarks/python/performance/requirements.txt +++ b/benchmarks/python/performance/requirements.txt @@ -59,7 +59,7 @@ perf==1.5.1 Chameleon==3.2 # bm_chameleon # Django is currently stuck at Django 1.11 to support Python 2.7 and Python 3: # https://mail.python.org/pipermail/speed/2018-January/000619.html -Django==1.11.9 # bm_django_template +Django==2.2.24 # bm_django_template Genshi==0.7 # bm_genshi Mako==1.0.7 # bm_mako SQLAlchemy==1.2.0 # bm_sqlalchemy_declarative