From 1ced0a976178deddfaedae4e78f8ab1581fff6be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:44:53 +0000 Subject: [PATCH] Bump bottle from 0.12.16 to 0.12.20 Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.16 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.16...0.12.20) --- updated-dependencies: - dependency-name: bottle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2352bbc8..d61b3f786 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ bleach==3.1.0 # Bottle # CVE-2014-3137 # CVE-2016-9964 -bottle==0.12.16 +bottle==0.12.20 # Celery # Changelog: http://celery.readthedocs.org/en/latest/changelog.html