From 6ccd72570fe598c845e0f29eb6dd9b2d0426ce7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 21:36:03 +0000 Subject: [PATCH] Bump bottle from 0.12.13 to 0.12.19 in /sample-apps/rds/sample-app Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.13 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.12.13...0.12.19) Signed-off-by: dependabot[bot] --- sample-apps/rds/sample-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/rds/sample-app/requirements.txt b/sample-apps/rds/sample-app/requirements.txt index 13a695ad..f837e656 100644 --- a/sample-apps/rds/sample-app/requirements.txt +++ b/sample-apps/rds/sample-app/requirements.txt @@ -1,2 +1,2 @@ -bottle==0.12.13 +bottle==0.12.19 pymysql==0.7.11 \ No newline at end of file