From 34d95b3c74d1b256857f2835f9c45d6cc1aa7171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:49:08 +0000 Subject: [PATCH] Bump bottle from 0.12.19 to 0.12.20 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] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f7f438d..eb312a1 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] requests = "~=2.24.0" pymongo = "==3.11.0" -bottle = "==0.12.19" +bottle = "==0.12.20" pytest = "==5.4.3" argcomplete = "==1.12.0" prettytable = "==0.7.2"