From 01588b424da0210bd6015bfef2326a29e186268b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:54:03 +0000 Subject: [PATCH] Bump virtualenv from 20.29.1 to 20.36.1 in /tools Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.29.1 to 20.36.1. - [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.29.1...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index d9323ab18a5..15ec910fcb2 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -177,7 +177,7 @@ typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0" uritemplate==4.1.1 ; python_version >= "3.9" and python_version < "4.0" urllib3==1.26.20 ; python_version >= "3.9" and python_version < "3.10" urllib3==2.3.0 ; python_version >= "3.10" and python_version < "4.0" -virtualenv==20.29.1 ; python_version >= "3.9" and python_version < "4.0" +virtualenv==20.36.1 ; python_version >= "3.9" and python_version < "4.0" wcwidth==0.2.13 ; python_version >= "3.9" and python_version < "4.0" wheel==0.45.1 ; python_version >= "3.9" and python_version < "4.0" wrapt==1.17.2 ; python_version >= "3.9" and python_version < "4.0"