From a66b76657899c845e7faad9c95b7557d0076c646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 21:08:51 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.14 to 2.0.1 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 2.0.1. - [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.1) --- 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 c468fbd7..0c636e1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ six==1.16.0 sqlalchemy==1.4.37 toml==0.10.2 twitchAPI==3.9.0 -urllib3==1.26.14 +urllib3==2.0.1 wcwidth==0.2.6 websockets==10.4 yarl==1.8.2