From c40ba26e1af5f7844be9fcd85ad521532a32fc1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:12:59 +0000 Subject: [PATCH] Bump urllib3 from 1.26.16 to 1.26.17 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17. - [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.17) --- 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..50b159d 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.17 # via botocore