From 9e5fac23f17161fb147c1d64436d90c1ad826563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:30:17 +0000 Subject: [PATCH] pip-dev(deps-dev): bump virtualenv from 20.26.2 to 20.35.4 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.2 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.26.2...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 099e6d8..7584677 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,6 +12,6 @@ pre-commit==3.5.0 pytest==8.3.5 pytest-cov==4.1.0 safety==3.5.2 -virtualenv==20.26.2 +virtualenv==20.35.4 -r requirements.txt