From a1d50b9681c79432cb678fcc56c5068eeffa7f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 04:04:31 +0000 Subject: [PATCH] build(deps): bump virtualenv from 21.2.3 to 21.3.3 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.2.3 to 21.3.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.3...21.3.3) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.3.3 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..b7a3725 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.3.3 websockets==16.0 rich>=13.7.0 pytest