From cecff0ac654390c1b893f69639ed0943fd90a687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 03:03:11 +0000 Subject: [PATCH] Bump urllib3 from 1.26.9 to 1.26.18 in /Tutorials/flask_blog Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 to 1.26.18. - [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.9...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Tutorials/flask_blog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tutorials/flask_blog/requirements.txt b/Tutorials/flask_blog/requirements.txt index d78fd610..e1133354 100644 --- a/Tutorials/flask_blog/requirements.txt +++ b/Tutorials/flask_blog/requirements.txt @@ -163,7 +163,7 @@ traitlets==5.3.0 Twisted==23.8.0 typing_extensions==4.2.0 tzdata==2023.3 -urllib3==1.26.9 +urllib3==1.26.18 uvicorn==0.17.6 w3lib==1.22.0 wcwidth==0.2.5