From df1df5ba118fe4006771b9d41b88109ae4d677ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:05:36 +0100 Subject: [PATCH] [SECURITY] Update dependency urllib3 to v2.0.7 [SECURITY] (#67) 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 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