From a4d2443f2c2e80c92f1640aa6f3c6cb395f120f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:13:25 +0000 Subject: [PATCH] build(deps): bump urllib3 in /ibc_healthcheck/api Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 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.12...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ibc_healthcheck/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibc_healthcheck/api/requirements.txt b/ibc_healthcheck/api/requirements.txt index 9ec19b6..a9e3ae0 100644 --- a/ibc_healthcheck/api/requirements.txt +++ b/ibc_healthcheck/api/requirements.txt @@ -15,6 +15,6 @@ requests==2.28.1 six==1.16.0 typing_extensions==4.8.0 url-normalize==1.4.3 -urllib3==1.26.12 +urllib3==1.26.18 Werkzeug==2.2.2 zipp==3.10.0