From b3073421493a0c3d7299fbcfd70748af571ad0be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:48:03 +0000 Subject: [PATCH] Bump bottle from 0.12.19 to 0.12.20 in /project/weatherapp Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.19 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.19...0.12.20) --- updated-dependencies: - dependency-name: bottle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- project/weatherapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/weatherapp/requirements.txt b/project/weatherapp/requirements.txt index ec36bcc..e19eba5 100644 --- a/project/weatherapp/requirements.txt +++ b/project/weatherapp/requirements.txt @@ -1 +1 @@ -bottle==0.12.19 \ No newline at end of file +bottle==0.12.20 \ No newline at end of file