From 5a055b30e75d2af95e3b8e92405b1556efd5fc3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:16:21 +0000 Subject: [PATCH] Bump urllib3 from 2.0.7 to 2.2.2 in /cli Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. - [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/2.0.7...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 6e3ab9e7..0828161d 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "semtk-python3 @ git+https://github.com/ge-semtk/semtk-python3@15e9a0646f7ced2e89deae5664e5349087bd7fd4", "six==1.16.0", "tabulate==0.9.0", - "urllib3==2.0.7", + "urllib3==2.2.2", "zipp==3.15.0", ]