From d9d7dbf551fcc19ddcf7f772db592199b8c01a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:37:58 +0000 Subject: [PATCH] build(deps): bump virtualenv from 21.2.3 to 21.3.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.2.3 to 21.3.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/21.2.3...21.3.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.3.1 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 b906bb6..79206cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,6 +45,6 @@ typing-inspection==0.4.2 typing_extensions==4.15.0 uritemplate==4.2.0 urllib3==2.6.3 -virtualenv==21.2.3 +virtualenv==21.3.1 websockets==16.0 rich>=13.7.0