From b3c1d4b8d7ac7167fcfad438b2b5e8f44b9d8706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:22:42 +0000 Subject: [PATCH] Bump urllib3 from 1.26.10 to 2.2.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.10 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/1.26.10...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40272dec70..f21918ac9f 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", ]