From d39743c87d707e7af75f1d656c369ecfdf2deabd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:55:45 +0000 Subject: [PATCH] Update dependency urllib3 to v2.0.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9b65f6..030e58d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ python-dotenv==1.0.0 ; python_version >= "3.10" and python_version < "4.0" requests==2.31.0 ; python_version >= "3.10" and python_version < "4.0" six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11" -urllib3==2.0.4 ; python_version >= "3.10" and python_version < "4.0" +urllib3==2.0.6 ; python_version >= "3.10" and python_version < "4.0" uwsgi==2.0.22 ; python_version >= "3.10" and python_version < "4.0" webassets==2.0 ; python_version >= "3.10" and python_version < "4.0" werkzeug==2.3.7 ; python_version >= "3.10" and python_version < "4.0"