From 749772ab09c5915fede5440f3ead6baa5ae18349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 14:18:10 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.16 to 2.0.4 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 2.0.4. - [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.16...2.0.4) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 74f5d86..3ae6916 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ pydantic = "==1.10.9" requests = "==2.31.0" six = "==1.16.0" typing-extensions = "==4.5.0" -urllib3 = "==1.26.16" +urllib3 = "==2.0.4" virtualenv = "==20.21.1" virtualenv-clone = "==0.5.7" zipp = "==3.15.0"