From a3cb1b74160c50129752af9720861865f200b5e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 18:58:01 +0300 Subject: [PATCH] Bump urllib3 from 1.26.9 to 1.26.10 (#74) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 to 1.26.10. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.10/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.9...1.26.10) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a702d5..b60d08b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,5 +23,5 @@ toml==0.10.2 tomli==2.0.1 typing_extensions==4.3.0 ujson==5.4.0 -urllib3==1.26.9 +urllib3==1.26.10 wrapt==1.14.1