From 382283664caaf1497109af918417628960f8e514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 22:16:59 +0000 Subject: [PATCH] Bump certifi from 2022.12.7 to 2024.7.4 in /functional-tests Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2024.07.04) --- updated-dependencies: - dependency-name: certifi 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..53eccb49 100644 --- a/functional-tests/requirements.txt +++ b/functional-tests/requirements.txt @@ -14,7 +14,7 @@ attrs==21.4.0 # packaging # pytest # trio -certifi==2022.12.7 +certifi==2024.7.4 # via urllib3 cffi==1.15.0 # via cryptography @@ -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