From 5e84acec2f0ae529d7ce19d7b7a857946dbe4a99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 22:25:35 +0000 Subject: [PATCH] [SECURITY] Update dependency urllib3 to v2.0.7 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0f5f435..cecad8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ itsdangerous==2.1.2 Jinja2==3.1.2 MarkupSafe==2.1.3 requests==2.31.0 -urllib3==2.0.6 +urllib3==2.0.7 Werkzeug==3.0.0 WTForms==3.1.0 \ No newline at end of file