From 683f67ea7138e5a8289cda744e73033fba230421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:25:45 +0000 Subject: [PATCH] Bump virtualenv from 20.26.4 to 20.26.5 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.4 to 20.26.5. - [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/20.26.4...20.26.5) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index 3c1e7cf5fe84..e1b3d77b2ca0 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -265,7 +265,7 @@ urllib3==2.0.7 ; python_full_version < '3.8' # via requests urllib3==2.2.3 ; python_full_version >= '3.8' # via requests -virtualenv==20.26.4 +virtualenv==20.26.5 # via nox webencodings==0.5.1 ; python_full_version < '3.8' # via bleach