From dc8bb4b624877bdb281bce85cdc8aa9291d174e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:51:24 +0000 Subject: [PATCH] Update dependency urllib3 to v2.2.0 (#80) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8fdcb78..73c4c83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ itsdangerous==2.1.2 Jinja2==3.1.3 MarkupSafe==2.1.4 requests==2.31.0 -urllib3==2.1.0 +urllib3==2.2.0 Werkzeug==3.0.1 WTForms==3.1.2 \ No newline at end of file