From 7845eca5050aafe1050cb1484d3f9d289f8f0ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:43:30 +0000 Subject: [PATCH] Bump bottle from 0.10.11 to 0.12.20 Bumps [bottle](https://github.com/bottlepy/bottle) from 0.10.11 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.10.11...0.12.20) --- 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(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index 2f18597..72026f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -bottle==0.10.11 +bottle==0.12.20 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..bfbbc2d --- 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.20', 'nose==1.2.1', ], classifiers=[