From 7b269833e5913122c029366c5e1b2bf6a9584780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 21:29:27 +0000 Subject: [PATCH] Bump bottle from 0.10.11 to 0.12.19 Bumps [bottle](https://github.com/bottlepy/bottle) from 0.10.11 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.10.11...0.12.19) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index 2f18597..b996665 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -bottle==0.10.11 +bottle==0.12.19 nose==1.2.1 \ No newline at end of file diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 5a8093d..efecc59 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ include_package_data=True, platforms='any', install_requires=[ - 'bottle==0.10.11', + 'bottle==0.12.19', 'nose==1.2.1', ], classifiers=[