From 0a219bdd2198bed476c614dbf1aeb5d028876161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:43:47 +0000 Subject: [PATCH] Update virtualenv requirement from ~=20.36.1 to >=20.36.1,<20.38.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/commits) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.37.0 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 432da54b7..eff70ea89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ "types-Authlib~=1.6.5.20251005", "jaraco-context~=6.1.0", "filelock~=3.20.3; python_version >= '3.10'", - "virtualenv~=20.36.1", + "virtualenv>=20.36.1,<20.38.0", "urllib3~=2.6.3; python_version >= '3.10'", "pytest~=8.4.2", "pytest-vcr~=1.0.2",