From 59bc13899362a9956752ecd7079760176e374a44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 02:14:44 +0000 Subject: [PATCH] Update dependency rfc3986 to v2 --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index d3fccdc..af52df9 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -30,7 +30,7 @@ pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "4.0" regex==2024.7.24 ; python_version >= "3.11" and python_version < "4.0" requests==2.32.3 ; python_version >= "3.11" and python_version < "4.0" responses==0.21.0 ; python_version >= "3.11" and python_version < "4.0" -rfc3986[idna2008]==1.5.0 ; python_version >= "3.11" and python_version < "4.0" +rfc3986[idna2008]==2.0.0 ; python_version >= "3.11" and python_version < "4.0" setuptools==74.0.0 ; python_version >= "3.11" and python_version < "4.0" sniffio==1.3.1 ; python_version >= "3.11" and python_version < "4.0" test-results-parser==0.1.0 ; python_version >= "3.11" and python_version < "4.0"