From b7e6c363db183d5eeb51439501b04d55476e7559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 15:22:23 +0000 Subject: [PATCH] build(deps): bump virtualenv from 21.2.3 to 21.7.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.2.3 to 21.7.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/21.2.3...21.7.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.7.0 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 ba0db91..7cea460 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ typing-inspection==0.4.2 typing_extensions==4.15.0 uritemplate==4.2.0 urllib3==2.7.0 -virtualenv==21.2.3 +virtualenv==21.7.0 websockets==16.0 rich>=13.7.0 pytest