From 9e7aa16b656e5eb9955493b60106ebf8a86fc348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 03:52:50 +0000 Subject: [PATCH] Bump virtualenv from 20.21.1 to 20.22.0 (#8760) Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.21.1 to 20.22.0. - [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.21.1...20.22.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor ... 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 8562db7ff388..e48ac8e5ce70 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -180,7 +180,7 @@ urllib3==1.26.15 # via # requests # twine -virtualenv==20.21.1 +virtualenv==20.22.0 # via nox webencodings==0.5.1 # via bleach