From 6c5d5b93452af07bf6a00f7ae4bd968fd5a74286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:16:28 +0000 Subject: [PATCH] Bump virtualenv in the pip-dependency-updates group across 1 directory Bumps the pip-dependency-updates group with 1 update in the / directory: [virtualenv](https://github.com/pypa/virtualenv). Updates `virtualenv` from 21.2.0 to 21.2.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.2.0...21.2.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependency-updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da9b541cf2d8c..a84c9f7c66308 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ requires = [ "tomli==2.4.0; python_version < '3.11'", "trove-classifiers==2026.1.14.14", "typing-extensions==4.15.0; python_version < '3.11'", - "virtualenv==21.2.0", + "virtualenv==21.2.1", ] build-backend = "hatchling.build"