From cd470601550ab4292b677309196b1c3b0519d3c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 02:05:55 +0000 Subject: [PATCH] ci: bump virtualenv from 20.37.0 to 21.7.0 in /.github/workflows Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.37.0 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/20.37.0...21.7.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.7.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 dd24191..e90f881 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -2,6 +2,6 @@ pip==26.1.2 nox==2026.7.11 nox-poetry==1.2.0 poetry==2.4.1 -virtualenv==20.37.0 +virtualenv==21.7.0 poetry-dynamic-versioning==1.10.0 toml==0.10.2