From 0509945c113c8a99852035c61fb37ffb467e44b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:58:03 +0000 Subject: [PATCH] Bump urllib3 from 1.26.10 to 2.2.2 (#396) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a40b2bc3d..9dc5bdeb98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ tests = [ "pytest-cov==4.1.0", "dill>=0.3.5.1", "pytest-mock==3.10.0", - "urllib3==1.26.10", + "urllib3==2.2.2", "requests>=2.28.2", "docker>=6.1.0", ]