From 7593b7dc9c98f55ac683ea14909d1b7e2ef2c46e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:43:49 +0000 Subject: [PATCH] Bump bottle in /fiware_cloto/cloto/tests/acceptance Bumps [bottle](https://github.com/bottlepy/bottle) from 0.11.6 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.11.6...0.12.20) --- updated-dependencies: - dependency-name: bottle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fiware_cloto/cloto/tests/acceptance/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiware_cloto/cloto/tests/acceptance/requirements.txt b/fiware_cloto/cloto/tests/acceptance/requirements.txt index 9bfc8ae..de3579e 100644 --- a/fiware_cloto/cloto/tests/acceptance/requirements.txt +++ b/fiware_cloto/cloto/tests/acceptance/requirements.txt @@ -1,5 +1,5 @@ behave==1.2.5 -bottle==0.11.6 +bottle==0.12.20 ujson==1.33 lettuce==0.2.20 testtools==0.9.34