From f94793b0aac04956e33832dc63cc3fea2d278599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:44:07 +0000 Subject: [PATCH] dependency: (deps): bump urllib3 from 1.26.16 to 2.1.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 2.1.0. - [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...2.1.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e56a17e..1216137 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,6 +41,6 @@ tomli==2.0.1 tqdm==4.66.1 typing-inspect==0.9.0 typing_extensions==4.8.0 -urllib3==1.26.16 +urllib3==2.1.0 websocket-client==1.6.4 yarl==1.9.2