From b4d5c2d95217f07a7c35e8876263f676a21c0d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2020 00:26:15 +0000 Subject: [PATCH] Bump django from 1.11.9 to 1.11.29 in /benchmarks/python/performance Bumps [django](https://github.com/django/django) from 1.11.9 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.9...1.11.29) 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..73496d1 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==1.11.29 # bm_django_template Genshi==0.7 # bm_genshi Mako==1.0.7 # bm_mako SQLAlchemy==1.2.0 # bm_sqlalchemy_declarative