From a064af8f85db8ea6b087dfd6f1c1edb80a55bf3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:43:18 +0000 Subject: [PATCH] Update dependency idna to v3 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4afe494..e4e8c50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ google-crc32c==1.1.2; python_version >= "3.6" and python_full_version < "3.0.0" google-resumable-media==1.2.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6" googleapis-common-protos==1.52.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6" grpcio==1.35.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6" -idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" +idna==3.7; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" loguru==0.5.3; python_version >= "3.5" packaging==20.9; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6" proto-plus==1.13.0; python_version >= "3.6"