From f1ca13290725d55a25ab1e2b2075f3efe8b3dbc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 10:56:35 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.14 to 2.0.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 2.0.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.14...2.0.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 fab86aee..49411c98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ six==1.16.0 sqlalchemy==1.4.37 toml==0.10.2 twitchAPI==3.9.0 -urllib3==1.26.14 +urllib3==2.0.0 wcwidth==0.2.6 websockets==10.4 yarl==1.8.2