From e0725026a2b69b30f70a1bbd1c4b27303ac81a5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:20:29 +0000 Subject: [PATCH] chore(deps): Bump urllib3 in /examples/knative/python/kn-py-vro Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18) --- updated-dependencies: - dependency-name: urllib3 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 d577ee36..167ecd18 100644 --- a/examples/knative/python/kn-py-vro/requirements.txt +++ b/examples/knative/python/kn-py-vro/requirements.txt @@ -18,5 +18,5 @@ requests==2.31.0 certifi==2023.7.22 charset-normalizer==2.0.12 idna==3.3 - urllib3==1.26.17 + urllib3==1.26.18 setuptools==65.5.1