From b3c63b2b61ff8a120b74ccdce8f3fba838925f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 20:42:58 +0000 Subject: [PATCH] chore(deps): bump virtualenv from 21.2.0 to 21.3.3 in /.github/workflows Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.2.0 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.0...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] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index d8e3745b..804bca1a 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,4 +1,4 @@ pip==26.0.1 poetry==2.3.4 -virtualenv==21.2.0 +virtualenv==21.3.3 poetry-dynamic-versioning==1.10.0