From d5abf5dec67cf0e198f39228800c466af90a0511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:06:41 +0000 Subject: [PATCH] fix: update virtualenv requirement from <=21.0.0 to <=21.2.4 Updates the requirements on [virtualenv](https://github.com/pypa/virtualenv) to permit the latest version. - [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/1.2...21.2.4) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.2.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef168fa..690f641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ test = [ "pytest-github-actions-annotate-failures", "shellcheck-py>=0.10.0.1", "pre-commit", - "virtualenv<=21.0.0" + "virtualenv<=21.2.4" ] [project.urls]