From fc95a4f9d29b72c33c1166479abcf426a3799d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 03:03:19 +0000 Subject: [PATCH] Bump urllib3 from 1.25.9 to 1.26.5 in /ika_streamer Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5. - [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.25.9...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ika_streamer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ika_streamer/requirements.txt b/ika_streamer/requirements.txt index 784fbd1..722a0f7 100644 --- a/ika_streamer/requirements.txt +++ b/ika_streamer/requirements.txt @@ -38,7 +38,7 @@ six==1.14.0 soupsieve==2.0 starlette==0.13.2 uritemplate==3.0.1 -urllib3==1.25.9 +urllib3==1.26.5 uvicorn==0.11.3 uvloop==0.14.0 webencodings==0.5.1