From 4945cd17d4f0cf693ba6b0337487a790c0cf7894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:43:47 +0000 Subject: [PATCH] Bump bottle from 0.12.13 to 0.12.20 Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.13 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.13...0.12.20) --- updated-dependencies: - dependency-name: bottle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/deploy.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index e701cd1..a547088 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -1,6 +1,6 @@ argparse==1.2.1 boto==2.47.0 -bottle==0.12.13 +bottle==0.12.20 netaddr==0.7.19 wsgiref==0.1.2 watchdog==0.8.3 diff --git a/setup.py b/setup.py index 24785a0..b3a966e 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ install_requires = [ 'argparse==1.2.1', 'boto==2.47.0', - 'bottle==0.12.13', + 'bottle==0.12.20', 'netaddr==0.7.19', 'wsgiref==0.1.2', 'watchdog==0.8.3',