From 59010ed266b56527a2c3df772222a86c7bd8cec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Sep 2021 17:04:43 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 1.26.5 in /lang/python/json-rpc Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. - [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.22...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lang/python/json-rpc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/json-rpc/requirements.txt b/lang/python/json-rpc/requirements.txt index cd77f29..ffad005 100644 --- a/lang/python/json-rpc/requirements.txt +++ b/lang/python/json-rpc/requirements.txt @@ -3,5 +3,5 @@ chardet==3.0.4 idna==2.6 json-rpc==1.10.3 requests==2.18.4 -urllib3==1.22 +urllib3==1.26.5 Werkzeug==0.12.2