From 93b6f424f979416f86240dce580d2e616ee09efa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 23:03:29 +0000 Subject: [PATCH] Bump virtualenv from 20.34.0 to 20.35.4 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.34.0 to 20.35.4. - [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.34.0...20.35.4) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.35.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 430f9ae..dd2cda6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,6 +14,6 @@ PyYAML==6.0.3 responses==0.25.8 six==1.17.0 toml==0.10.2 -virtualenv==20.34.0 +virtualenv==20.35.4 -r requirements.txt