From 4922097a201af7f39568d2e187f3f390c56fd8fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 02:52:03 +0000 Subject: [PATCH] Bump urllib3 from 1.26.14 to 1.26.17 in /flask Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 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.14...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/requirements.txt b/flask/requirements.txt index 7a39fa6..17c8ef5 100644 --- a/flask/requirements.txt +++ b/flask/requirements.txt @@ -38,7 +38,7 @@ six==1.16.0 # via # flask-restful # python-dateutil -urllib3==1.26.14 +urllib3==1.26.17 # via botocore werkzeug==2.3.3 # via flask