From def68bfb780ce854ab07a7325d2b54b439d432d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 23:45:39 +0000 Subject: [PATCH] Bump urllib3 from 1.24.3 to 1.26.5 in /docs/templ/example/proj Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.3 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.24.3...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/templ/example/proj/requirements-all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templ/example/proj/requirements-all.txt b/docs/templ/example/proj/requirements-all.txt index ef17bc9..c0aac23 100644 --- a/docs/templ/example/proj/requirements-all.txt +++ b/docs/templ/example/proj/requirements-all.txt @@ -73,7 +73,7 @@ six==1.12.0 starlette==0.12.0 swagger-ui-bundle==0.0.3 typed-ast==1.3.5 -urllib3==1.24.3 +urllib3==1.26.5 uvicorn==0.7.1 uvloop==0.12.2 websockets==7.0