From 4e804b69b4d989e75faa98a01abf5f0b0be59945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 17:16:23 -0400 Subject: [PATCH] build(deps): bump certifi in /examples/python (#1262) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/requirements.txt b/examples/python/requirements.txt index ccff50fa78..79a051eb3b 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -6,7 +6,7 @@ # cachetools==4.2.4 # via google-auth -certifi==2022.12.7 +certifi==2023.7.22 # via requests charset-normalizer==2.0.6 # via requests