From 550d6ee7e04496fd98264fe2305ee50f38952832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:51:05 +0000 Subject: [PATCH] chore(deps): Bump urllib3 in /examples/knative/python/kn-py-vro Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 1.26.17. - [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.7...1.26.17) --- 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 eeab596c..d577ee36 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.7 + urllib3==1.26.17 setuptools==65.5.1