From f93bc6051a65105365196bab8d88acb250158025 Mon Sep 17 00:00:00 2001 From: qujingpengf Date: Thu, 10 Dec 2026 21:23:18 +0800 Subject: [PATCH] build(deps): bump virtualenv from 20.11.0 to 20.11.2 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.11.0 to 20.11.2. - [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.11.0...20.11.2) --- 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 f031969..f5397d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,5 +40,5 @@ toml==0.10.2 typed-ast==1.5.1 typing-extensions==4.0.1 urllib3==1.26.7 -virtualenv==20.11.0 +virtualenv==20.11.2 wrapt==1.13.3