From a4ca108f4a3a541515d8f5d50dd16afd39dd408d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:35:32 +0000 Subject: [PATCH] Bump virtualenv from 21.6.0 to 21.6.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.6.0 to 21.6.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.6.0...21.6.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.6.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04c7863..103e595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ development = [ "pytest==8.4.2; python_version <= '3.11'", "pytest==9.1.1; python_version > '3.11'", "twine==6.2.0", - "virtualenv==21.6.0", + "virtualenv==21.6.1", "wheel==0.47.0", ] documentation = [