From 657a0f7b7364aacd07d6ec54113ce54b01dc2dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 13:32:11 +0000 Subject: [PATCH] Bump urllib3 from 1.26.15 to 2.0.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 2.0.2. - [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.15...2.0.2) --- 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 40e1c6b..b9dd9b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,6 +22,6 @@ rsa==4.9 si-prefix==1.2.2 six==1.16.0 toml==0.10.2 -urllib3==1.26.15 +urllib3==2.0.2 websocket-client==1.5.1 xmltodict==0.13.0