From a213acc386b1d4b3951c41953f0bd72a30a8de22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:25:07 +0000 Subject: [PATCH] chore(deps): Bump pip in /examples/knative/python/kn-py-vro Bumps [pip](https://github.com/pypa/pip) from 21.1 to 23.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/21.1...23.3) --- updated-dependencies: - dependency-name: pip 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 71b1b79e..f58c1a58 100644 --- a/examples/knative/python/kn-py-vro/requirements.txt +++ b/examples/knative/python/kn-py-vro/requirements.txt @@ -10,7 +10,7 @@ Flask==2.3.2 Jinja2==3.1.2 MarkupSafe==2.1.1 Werkzeug==3.0.1 -pip==21.1 +pip==23.3 python-dateutil==2.8.2 six==1.16.0 regex==2021.11.10