From 1da6a200c9510604644b08d9b15e2872db3a3114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 20:54:06 +0000 Subject: [PATCH] Bump urllib3 in /deploy/custom_resources/custom_authorizer Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 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.15...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/custom_resources/custom_authorizer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/custom_resources/custom_authorizer/requirements.txt b/deploy/custom_resources/custom_authorizer/requirements.txt index 8d76e193e..075f244f7 100644 --- a/deploy/custom_resources/custom_authorizer/requirements.txt +++ b/deploy/custom_resources/custom_authorizer/requirements.txt @@ -7,4 +7,4 @@ python-jose==3.3.0 requests==2.29.0 rsa==4.9 six==1.16.0 -urllib3==1.26.15 \ No newline at end of file +urllib3==1.26.18 \ No newline at end of file