From 95ffbde383f286c8d02b341af3e2e9f8a6900236 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:03:52 +0000 Subject: [PATCH] feat(Dependencies): Update dependency urllib3 to v1.26.17 | datasource | package | from | to | | ---------- | ------- | ------- | ------- | | pypi | urllib3 | 1.26.16 | 1.26.17 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b80e78a..5254bf7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,5 +47,5 @@ toml==0.10.2 typing-extensions==4.7.1; python_version < '3.8' tzdata==2023.3; python_version >= '3.6' tzlocal==5.0.1; python_version >= '3.6' -urllib3==1.26.16; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' +urllib3==1.26.17; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' zipp==3.16.2; python_version >= '3.7'