From c36cff9e8e356a264190c216aefe3f6410af4dc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:20:57 +0000 Subject: [PATCH] build(deps): Bump urllib3 in /examples/knative/python/kn-py-vm-attr Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [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.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/knative/python/kn-py-vm-attr/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/knative/python/kn-py-vm-attr/requirements.txt b/examples/knative/python/kn-py-vm-attr/requirements.txt index 90dc9a8e..8fee9a0a 100644 --- a/examples/knative/python/kn-py-vm-attr/requirements.txt +++ b/examples/knative/python/kn-py-vm-attr/requirements.txt @@ -17,6 +17,6 @@ pyvmomi==7.0.2 certifi==2024.7.4 charset-normalizer==2.0.12 idna==3.7 - urllib3==1.26.18 + urllib3==1.26.19 six==1.16.0 setuptools==65.5.1