From a9edad294866c2f1df39c38e315beed4f69c1abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 04:54:14 +0000 Subject: [PATCH] chore(deps): bump certifi in /test/kfp-functional-test Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- test/kfp-functional-test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kfp-functional-test/requirements.txt b/test/kfp-functional-test/requirements.txt index 6c7eb5e6b68..0a9570af2ac 100644 --- a/test/kfp-functional-test/requirements.txt +++ b/test/kfp-functional-test/requirements.txt @@ -6,7 +6,7 @@ # cachetools==5.3.3 # via google-auth -certifi==2024.2.2 +certifi==2024.7.4 # via # kfp-server-api # kubernetes