From 647ef36ecaef10f63c2ec322f7703c529882fb61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 13:03:33 +0000 Subject: [PATCH] Bump urllib3 from 1.26.14 to 2.0.4 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 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.14...2.0.4) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 773c061..6625698 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ requests-cache shapely>=1.5.13 # The commit introducing the following line and the version for vcrpy can be reverted # once https://github.com/kevin1024/vcrpy/issues/688 is fixed -urllib3==1.26.14 +urllib3==2.0.4 vcrpy==4.2.1 pytest pytest-cov