From c3f7559b8f9af733665c04d1a8fd64c89ed6cd2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 03:39:53 +0000 Subject: [PATCH] Bump urllib3 from 1.26.9 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 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.9...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b9353bc6..09610b8d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -73,7 +73,7 @@ toml==0.10.2 tomli==2.0.1 tomlkit==0.11.6 typing-extensions==4.3.0 -urllib3==1.26.9 +urllib3==1.26.18 virtualenv==20.16.3 wcwidth==0.2.5 websockets==10.3 diff --git a/requirements.txt b/requirements.txt index 5e4d4279..0cc41c27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ sqlalchemy==1.4.35 sqlparse==0.4.3 tabulate==0.8.9 typing-extensions==4.2.0 -urllib3==1.26.9 +urllib3==1.26.18 wcwidth==0.2.5 websockets==10.3 yarl==1.7.2