From 0650c5b2d9fd81801f7d08dcf992f66d3bcfcd4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 20:05:52 +0000 Subject: [PATCH] Bump urllib3 from 1.26.2 to 1.26.3 in /py Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.3. - [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.2...1.26.3) Signed-off-by: dependabot[bot] --- py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/requirements.txt b/py/requirements.txt index 463af55770c1f..0074497be8047 100644 --- a/py/requirements.txt +++ b/py/requirements.txt @@ -20,5 +20,5 @@ sortedcontainers sniffio trio==0.17.0 trio_websocket==0.9.0 -urllib3==1.26.2 +urllib3==1.26.3 zipp