From 496873a77544a0715eeee0b3820a181090331884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:08:02 +0000 Subject: [PATCH] Bump urllib3 from 1.26.16 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 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.16...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3cd9b31..f5a204a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,8 @@ botocore==1.31.43 # via # boto3 # s3transfer +greenlet==3.0.0 + # via sqlalchemy jmespath==1.0.1 # via # boto3 @@ -26,5 +28,5 @@ sqlalchemy==2.0.20 # via -r requirements.in typing-extensions==4.7.1 # via sqlalchemy -urllib3==1.26.16 +urllib3==1.26.18 # via botocore