From b8f120d93bc95eb6315a43ee9cd5d29ba40f7bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:31:55 +0000 Subject: [PATCH] chore(deps): bump virtualenv from 20.25.0 to 20.36.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.0 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.25.0...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d62863fa..92516b757 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,5 +38,5 @@ typeguard==4.1.5 typing-inspect==0.9.0 typing_extensions==4.9.0 urllib3==2.2.2 -virtualenv==20.25.0 +virtualenv==20.36.1 pytest-shard==0.1.2