From b66456185bfe77c2a387eb3f225d09b82b6ba148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 08:35:44 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.7 to 1.26.9 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 1.26.9. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.9/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.7...1.26.9) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index d60f229..2c2ffe2 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ pydantic = "==1.9.1" requests = "==2.28.0" six = "==1.16.0" typing-extensions = "==4.2.0" -urllib3 = "==1.26.7" +urllib3 = "==1.26.9" virtualenv = "==20.14.1" virtualenv-clone = "==0.5.7" zipp = "==3.8.0"