From 39229460a7e88526e137e1bfdfbf8df2c1aefa52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 04:19:20 +0000 Subject: [PATCH] :arrow_up: Bump ming from 0.9.2 to 0.11.2 in /ksweb Bumps [ming](https://github.com/TurboGears/Ming) from 0.9.2 to 0.11.2. - [Release notes](https://github.com/TurboGears/Ming/releases) - [Changelog](https://github.com/TurboGears/Ming/blob/master/docs/news.rst) - [Commits](https://github.com/TurboGears/Ming/commits) --- updated-dependencies: - dependency-name: ming dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ksweb/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksweb/setup.py b/ksweb/setup.py index 40d8f255..36fb1ceb 100644 --- a/ksweb/setup.py +++ b/ksweb/setup.py @@ -20,7 +20,7 @@ "PyYAML==5.1.1", "pypandoc==1.5", "Kajiki==0.8.0", - "Ming==0.9.2", + "Ming==0.11.2", "repoze.who==2.4", "tw2.forms==2.2.5", "tgext.admin==0.7.4",