From 2d4632a2e5b92e4056c59993c3422123082b1842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 02:29:15 +0000 Subject: [PATCH] Bump urllib3 from 1.25.9 to 1.26.5 in /default 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:development ... Signed-off-by: dependabot[bot] --- default/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/requirements-dev.txt b/default/requirements-dev.txt index 0e1d567..58a4bf7 100644 --- a/default/requirements-dev.txt +++ b/default/requirements-dev.txt @@ -48,7 +48,7 @@ rsa==4.6 six==1.15.0 starlette==0.13.4 toml==0.10.1 -urllib3==1.25.9 +urllib3==1.26.5 uvicorn==0.11.7 uvloop==0.14.0 wcwidth==0.2.5