From 877d06e936e7d0ecf78e978a73fe724538db8304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 21:31:09 +0000 Subject: [PATCH] Bump bottle from 0.11.2 to 0.12.19 in /examples/gui/bottle Bumps [bottle](https://github.com/bottlepy/bottle) from 0.11.2 to 0.12.19. - [Release notes](https://github.com/bottlepy/bottle/releases) - [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst) - [Commits](https://github.com/bottlepy/bottle/compare/0.11.2...0.12.19) Signed-off-by: dependabot[bot] --- examples/gui/bottle/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gui/bottle/requirements.txt b/examples/gui/bottle/requirements.txt index 9e1d5d56c..13c9972ab 100644 --- a/examples/gui/bottle/requirements.txt +++ b/examples/gui/bottle/requirements.txt @@ -1,4 +1,4 @@ # ------------------------------------------------------------------- # if you want to use this frontend uncomment these # ------------------------------------------------------------------- -bottle==0.11.2 +bottle==0.12.19