From 3b95c44ea54409f4d4fbecadea7e9c0efa08ce42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:33:33 +0000 Subject: [PATCH] Bump idna from 2.8 to 3.7 in /functional-tests Bumps [idna](https://github.com/kjd/idna) from 2.8 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.8...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] --- functional-tests/requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/functional-tests/requirements.txt b/functional-tests/requirements.txt index 3eab8472..656690fc 100644 --- a/functional-tests/requirements.txt +++ b/functional-tests/requirements.txt @@ -24,7 +24,7 @@ cryptography==42.0.4 # urllib3 h11==0.13.0 # via wsproto -idna==2.8 +idna==3.7 # via # trio # urllib3 @@ -65,8 +65,6 @@ trio==0.21.0 trio-websocket==0.9.2 # via selenium urllib3[secure,socks]==1.26.9 - # via - # selenium - # urllib3 + # via selenium wsproto==1.1.0 # via trio-websocket