From dfc8ef5fccb2ab73f0d73eb505bc0c63a2a4a85d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:32:09 +0000 Subject: [PATCH] Bump certifi from 2022.9.14 to 2022.9.24 in /tests Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.14 to 2022.9.24. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.14...2022.09.24) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-patch ... 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 e3265d3991..1fee2eab9f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,7 +5,7 @@ kubernetes==24.2.0 pytest==7.1.3 cffi==1.15.1 pyOpenSSL==22.1.0 -certifi==2022.9.14 +certifi==2022.9.24 urllib3==1.26.12 pytest-html==3.1.1 pytest-profiling==1.7.0