From 0a05949b7f602b87ba1c9eafbef56430da8eb02c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:58:21 +0000 Subject: [PATCH] chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /sdk/python 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] --- sdk/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/requirements.txt b/sdk/python/requirements.txt index b4d672df84..1540302cf6 100644 --- a/sdk/python/requirements.txt +++ b/sdk/python/requirements.txt @@ -10,7 +10,7 @@ attrs==20.3.0 # via jsonschema cachetools==4.2.1 # via google-auth -certifi==2022.12.7 +certifi==2023.7.22 # via # kfp-server-api # kfp-tekton-server-api