From ddc45d9eddf8d25a2a08a56bd9a8b03c5e8e62de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 13:43:59 +0000 Subject: [PATCH] Bump certifi from 2022.12.7 to 2023.7.22 in /functional-tests Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- functional-tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functional-tests/requirements.txt b/functional-tests/requirements.txt index 2db5155e..8a4aff7a 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==2023.7.22 # via urllib3 cffi==1.15.0 # via cryptography