From eac263755560ecd47270bd159a04d1ab3077561b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 13:54:34 +0000 Subject: [PATCH] build(deps): bump bottle from 0.12.15 to 0.12.19 Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.15 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.12.15...0.12.19) --- updated-dependencies: - dependency-name: bottle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 11a83c3..b21cedc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # These are the versions we *know* work under Python 2.7.16 argparse==1.2.1 -bottle==0.12.15 +bottle==0.12.19 enum34==1.1.6 gevent==1.3.7 jsonschema==2.6.0 diff --git a/setup.py b/setup.py index bfd0c6b..de7459e 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ setup( # work, for instance. install_requires=[ "argparse", - "bottle==0.12.15", + "bottle==0.12.19", "enum34==1.1.6", "gevent==1.3.7", "jsonschema==2.6.0",