From 275f336c0a9a2f5f7534554db7318bef68fb053f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 13:28:27 +0000 Subject: [PATCH] Bump virtualenv from 20.24.4 to 20.24.5 (#9566) Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.24.4 to 20.24.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.24.4...20.24.5) --- 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 5eef39975bf4..f5904b92f615 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -185,7 +185,7 @@ urllib3==2.0.4 # via # requests # twine -virtualenv==20.24.4 +virtualenv==20.24.5 # via nox webencodings==0.5.1 # via bleach