From d10a46d2e9b9b482dda6c6b0d345123dfff3309a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 14:56:51 +0000 Subject: [PATCH] Bump urllib3 from 1.26.13 to 1.26.15 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.13 to 1.26.15. - [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.13...1.26.15) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4396e07..8b01d67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,6 +30,6 @@ qtwidgets==0.18 # via -r requirements.in requests==2.28.0 # via -r requirements.in -urllib3==1.26.13 +urllib3==1.26.15 # via requests yt-dlp