From fee38ccfba772d3eb98dd4fe556f371c0d9ab64f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 12:15:16 +0000 Subject: [PATCH] Bump virtualenv in /code/kubernetes/python-cdk/python/PostgreSQL_example Bumps [virtualenv](https://github.com/pypa/virtualenv) from 16.7.4 to 20.26.6. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/16.7.4...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../python-cdk/python/PostgreSQL_example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/kubernetes/python-cdk/python/PostgreSQL_example/requirements.txt b/code/kubernetes/python-cdk/python/PostgreSQL_example/requirements.txt index 74aaf6d..d1725c8 100644 --- a/code/kubernetes/python-cdk/python/PostgreSQL_example/requirements.txt +++ b/code/kubernetes/python-cdk/python/PostgreSQL_example/requirements.txt @@ -30,5 +30,5 @@ python-dateutil==2.8.0 six==1.12.0 typed-ast==1.4.0 typing-extensions==3.7.4 -virtualenv==16.7.4 +virtualenv==20.26.6 wrapt==1.11.2