From 0ca92e18141e8d8a4c3ada67b69c74e922f8087e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 05:11:51 +0000 Subject: [PATCH] Bump urllib3 from 1.26.7 to 1.26.17 in /src Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 1.26.17. - [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.7...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 097cdf9..514c6eb 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -46,7 +46,7 @@ tomli==1.2.3 typed-ast==1.5.1 typing-extensions==4.0.1 tzdata==2021.5 -urllib3==1.26.7 +urllib3==1.26.17 websockets==10.1 wrapt==1.13.3 yarl==1.7.2