From c82ee67cea2fd70cbbc256113e2d8f8cfac88a55 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:49:18 -0300 Subject: [PATCH] Update urllib3 from 2.0.4 to 2.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cd5eacde2..0387b7da1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,5 +25,5 @@ pytest==7.4.0 ; python_version >= "3.10" and python_version < "4.0" pyyaml==6.0.1 ; python_version >= "3.10" and python_version < "4.0" requests==2.31.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.1.0; python_version >= "3.10" and python_version < "4.0" virtualenv==20.24.2 ; python_version >= "3.10" and python_version < "4.0"