From d7252464080baedc3a5fc06d6aa053b40d2194b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:26:41 +0000 Subject: [PATCH] build(deps): bump virtualenv from 21.2.0 to 21.2.3 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.2.0 to 21.2.3. - [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.0...21.2.3) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.2.3 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 f1adb43..3f54721 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.0 +virtualenv==21.2.3 websockets==16.0 rich>=13.7.0