From e1a6583da8481026dacd9d8f740c292108cb4374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 20:38:10 +0000 Subject: [PATCH] Bump certifi from 2021.5.30 to 2023.7.22 in /tests Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2021.05.30...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 864cfa3932..2887659745 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -6,7 +6,7 @@ pytest==6.2.5 ipaddress==1.0.23 # >= 1.0.17 cffi==1.14.6 pyOpenSSL==20.0.1 -certifi==2021.5.30 +certifi==2023.7.22 urllib3==1.26.6 pytest-html==3.1.1 pytest-profiling==1.7.0