From 706c0e70847a14d2189fc20fa8af4107538bfe18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:17:58 +0000 Subject: [PATCH] Bump virtualenv from 20.26.3 to 20.26.4 (#11573) Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.3 to 20.26.4. - [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.3...20.26.4) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 ac63a61abe4e..dcd1a77ad2c7 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.2 ; python_full_version >= '3.8' # via requests -virtualenv==20.26.3 +virtualenv==20.26.4 # via nox webencodings==0.5.1 ; python_full_version < '3.8' # via bleach