From 7b42f5ae0b02954f4568b24b4014dc7a80fafe48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 22:54:21 +0000 Subject: [PATCH] Bump virtualenv from 20.38.0 to 20.39.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.38.0 to 20.39.0. - [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.38.0...20.39.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.39.0 dependency-type: direct:development 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 b328c02..a4572e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ development = [ "pytest==9.0.2; python_version > '3.11'", "twine==6.2.0", "typing_extensions==4.15.0; python_version < '3.11'", - "virtualenv==20.38.0", + "virtualenv==20.39.0", "wheel==0.46.3", ] documentation = [