From c41baa62cf25652481aa0a22d8f07c3d3f43f660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:44:18 +0000 Subject: [PATCH] Bump bottle in /python/pymodbus/examples/gui/bottle Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.19 to 0.12.20. - [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.12.19...0.12.20) --- updated-dependencies: - dependency-name: bottle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pymodbus/examples/gui/bottle/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pymodbus/examples/gui/bottle/requirements.txt b/python/pymodbus/examples/gui/bottle/requirements.txt index 13c9972..15dc32f 100644 --- a/python/pymodbus/examples/gui/bottle/requirements.txt +++ b/python/pymodbus/examples/gui/bottle/requirements.txt @@ -1,4 +1,4 @@ # ------------------------------------------------------------------- # if you want to use this frontend uncomment these # ------------------------------------------------------------------- -bottle==0.12.19 +bottle==0.12.20