From 16f64990100cda8776c765847e3e3a04d53a7b94 Mon Sep 17 00:00:00 2001 From: qujingpengf Date: Thu, 28 May 2026 04:21:53 +0800 Subject: [PATCH] build(deps): bump virtualenv from 20.8.1 to 20.10.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.8.1 to 20.10.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.8.1...20.10.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 78823ba..35a4005 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,5 +40,5 @@ toml==0.10.2 typed-ast==1.4.3 typing-extensions==3.10.0.2 urllib3==1.26.7 -virtualenv==20.8.1 +virtualenv==20.10.0 wrapt==1.13.3