From a5a4dd3cf761252fedf33f4d45aa581bd60d3100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:33:07 +0000 Subject: [PATCH] Bump urllib3 from 1.26.15 to 1.26.17 in /samples/ehr-flask Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 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.15...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/ehr-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/ehr-flask/requirements.txt b/samples/ehr-flask/requirements.txt index b9dff5c..6855e64 100644 --- a/samples/ehr-flask/requirements.txt +++ b/samples/ehr-flask/requirements.txt @@ -57,5 +57,5 @@ stevedore==5.0.0 tabulate==0.9.0 tailer==0.4.1 typing_extensions==4.6.3 -urllib3==1.26.15 +urllib3==1.26.17 Werkzeug==2.3.6