From ccbed3dc8378cb9ccb6230cd098bd51f2766997c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:31:37 +0000 Subject: [PATCH] build(deps): bump virtualenv from 20.24.6 to 20.24.7 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.24.6 to 20.24.7. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/20.24.7/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.24.6...20.24.7) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5dab2dbc..7a09753b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -262,7 +262,7 @@ urllib3==2.1.0 # via # pygithub # requests -virtualenv==20.24.6 +virtualenv==20.24.7 # via pre-commit wcwidth==0.2.10 # via prompt-toolkit