From 109a9d1a80c7a299b0577f78b2aafddf4b6d52b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:34:07 -0700 Subject: [PATCH] Bump urllib3 from 1.26.18 to 1.26.19 in /sample-apps/flask (#438) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- sample-apps/flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/flask/requirements.txt b/sample-apps/flask/requirements.txt index f9719e15..43f87a7e 100644 --- a/sample-apps/flask/requirements.txt +++ b/sample-apps/flask/requirements.txt @@ -4,7 +4,7 @@ chardet==5.2.0 Flask==2.3.3 idna==3.7 requests==2.32.0 -urllib3==1.26.18 +urllib3==1.26.19 Werkzeug==3.0.3 flask-sqlalchemy==2.5.1 SQLAlchemy==1.4