From 711e0b11db02f7b0bdf2a48438a28e9de0d018ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:43:33 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 1.26.17 in /examples/local_dev/calculator Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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.22...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/local_dev/calculator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/local_dev/calculator/requirements.txt b/examples/local_dev/calculator/requirements.txt index dd7967a..2a3275f 100644 --- a/examples/local_dev/calculator/requirements.txt +++ b/examples/local_dev/calculator/requirements.txt @@ -1,2 +1,2 @@ six==1.11.0 -urllib3==1.22 \ No newline at end of file +urllib3==1.26.17 \ No newline at end of file