From 741379c6eee28cef3efbee59d8590814030beba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:55:27 +0000 Subject: [PATCH] Bump urllib3 in /Module 6 - Case Studies/5. AWS Deployment Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. - [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/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Module 6 - Case Studies/5. AWS Deployment/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module 6 - Case Studies/5. AWS Deployment/requirements.txt b/Module 6 - Case Studies/5. AWS Deployment/requirements.txt index 789d95ed..f90f2f21 100644 --- a/Module 6 - Case Studies/5. AWS Deployment/requirements.txt +++ b/Module 6 - Case Studies/5. AWS Deployment/requirements.txt @@ -40,7 +40,7 @@ tornado==6.4 typing_extensions==4.10.0 tzdata==2024.1 tzlocal==5.2 -urllib3==2.2.1 +urllib3==2.2.2 validators==0.22.0 watchdog==4.0.0 zipp==3.17.0