From 747deac3d14e27efd9d71510ec048d0c0ce0080d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 15:33:30 +0000 Subject: [PATCH] Bump urllib3 in /src/ui-test/test-repo/flask-hello-world 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] --- src/ui-test/test-repo/flask-hello-world/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui-test/test-repo/flask-hello-world/requirements.txt b/src/ui-test/test-repo/flask-hello-world/requirements.txt index ed60e0a..eac7d3f 100644 --- a/src/ui-test/test-repo/flask-hello-world/requirements.txt +++ b/src/ui-test/test-repo/flask-hello-world/requirements.txt @@ -8,5 +8,5 @@ itsdangerous==2.0.1 Jinja2==3.0.3 MarkupSafe==2.0.1 requests==2.20.1 -urllib3==1.24.3 +urllib3==1.26.5 Werkzeug==2.0.2