From 0af476607faf3b7eb50547f893fd85841bbd65b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:09:44 +0000 Subject: [PATCH] Bump urllib3 from 1.26.18 to 1.26.19 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 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.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index b29a6c2c..d36fd43a 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ Flask==2.3.3 Werkzeug==2.3.8 boto3==1.24.30 requests==2.31.0 -urllib3==1.26.18 +urllib3==1.26.19 # Installing cryptography backend since it is the recommended one: https://pypi.org/project/python-jose/ python-jose[cryptography]==3.3.0 cryptography==42.0.4 diff --git a/requirements.txt b/requirements.txt index 1d25d4de..28a2db59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -97,7 +97,7 @@ six==1.16.0 # python-dateutil tomli==2.0.1 # via pytest -urllib3==1.26.18 +urllib3==1.26.19 # via # -r requirements.in # botocore