From ee797fa4967c667ae3f28c13720c697955ecf8ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 07:32:33 +0000 Subject: [PATCH] build(deps): update virtualenv requirement from >=20 to >=21.3.0 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/20.0.0...21.3.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index acae0cd51..991f9d69d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ rich>=15 schema>=0 SQLAlchemy>=2 typing-extensions>=4 -virtualenv>=20 +virtualenv>=21.3.0 winfcntl>=1.0.0; sys_platform == "win32" zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability