From 61cb85c54a6a974cb62c135e901409045c5593fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 16:33:41 +0000 Subject: Update virtualenv requirement from >=21.3.1 to >=21.4.2 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/21.3.1...21.4.2) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index 7fab089..d9ce0f7 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -virtualenv>=21.3.1 +virtualenv>=21.4.2 pip>=25.0 setuptools>=75.0 six>=1.17.0 -- cgit v1.2.3