From a8e41371ab98cd8b9874134474107f787c7a3da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 04:11:43 +0000 Subject: [PATCH] Bump urllib3 from 1.26.16 to 1.26.19 in the pip group Bumps the pip group with 1 update: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 1.26.16 to 1.26.19 - [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.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect dependency-group: pip ... 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..50c1036 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,8 @@ botocore==1.31.43 # via # boto3 # s3transfer +greenlet==3.1.1 + # 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.19 # via botocore