From e5a94a1ad90a46d40c9e4a835f914c335ee12623 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 09:28:13 +0100 Subject: [PATCH] [SECURITY] Update dependency urllib3 to v2.0.6 [SECURITY] (#64) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e064dd..b93e1a8 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.5 +urllib3==2.0.6 Werkzeug==3.0.0 WTForms==3.0.1 \ No newline at end of file