From ba36956834bce44e0dc627849c808be5e87f3daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 00:09:21 +0000 Subject: [PATCH] Bump bottle from 0.12.13 to 0.12.20 in /sample-apps/sqs/sample-app Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.13 to 0.12.20. - [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst) - [Commits](https://github.com/bottlepy/bottle/compare/0.12.13...0.12.20) --- updated-dependencies: - dependency-name: bottle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sample-apps/sqs/sample-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/sqs/sample-app/requirements.txt b/sample-apps/sqs/sample-app/requirements.txt index 6dc7efd7..93d3f729 100644 --- a/sample-apps/sqs/sample-app/requirements.txt +++ b/sample-apps/sqs/sample-app/requirements.txt @@ -1,2 +1,2 @@ -bottle==0.12.13 +bottle==0.12.20 boto3==1.4.7 \ No newline at end of file