From b11959b5ff386d920600aa22dec95362654b9c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 22:54:32 +0000 Subject: [PATCH] chore(deps): Bump certifi in /examples/knative/python/kn-py-vro 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: direct:production ... Signed-off-by: dependabot[bot] --- examples/knative/python/kn-py-vro/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/knative/python/kn-py-vro/requirements.txt b/examples/knative/python/kn-py-vro/requirements.txt index ce227840..57729bcb 100644 --- a/examples/knative/python/kn-py-vro/requirements.txt +++ b/examples/knative/python/kn-py-vro/requirements.txt @@ -15,7 +15,7 @@ python-dateutil==2.8.2 six==1.16.0 regex==2021.11.10 requests==2.31.0 - certifi==2022.12.7 + certifi==2023.7.22 charset-normalizer==2.0.12 idna==3.3 urllib3==1.26.7