From 7501a860e778c95b24257934edea46e1094490eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:47:48 +0000 Subject: [PATCH] Bump virtualenv from 20.34.0 to 20.35.3 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.34.0 to 20.35.3. - [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.3) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.35.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9129b1e..33c16b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ development = [ "pytest-schema==0.1.2", "pytest==8.4.2", "twine==6.2.0", - "virtualenv==20.34.0", + "virtualenv==20.35.3", "wheel==0.46.1", ] lint = [