From 5e4e4a1ba9fffd65c3305b948f5c34363c200cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:15:34 +0000 Subject: [PATCH] Bump urllib3 in /terraform/lambda/DownloadLogsAnalytics Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- terraform/lambda/DownloadLogsAnalytics/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/lambda/DownloadLogsAnalytics/requirements.txt b/terraform/lambda/DownloadLogsAnalytics/requirements.txt index 5a8554ddd..91fb4d9ab 100644 --- a/terraform/lambda/DownloadLogsAnalytics/requirements.txt +++ b/terraform/lambda/DownloadLogsAnalytics/requirements.txt @@ -13,6 +13,6 @@ python-dateutil==2.8.2 requests==2.31.0 s3transfer==0.7.0 six==1.16.0 -urllib3==1.26.17 +urllib3==1.26.18 zope.event==5.0 zope.interface==6.1