From 75825da902492d204f58db58b0d307403f0d2b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:51:36 +0000 Subject: [PATCH] Bump virtualenv from 16.6.0 to 20.36.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 16.6.0 to 20.36.1. - [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/16.6.0...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: direct:development ... 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 ab4c338..f2887a9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,5 +4,5 @@ pytest ==4.5.0 pytest-cov ==2.7.1 pytest-mock ==1.10.4 pytest-virtualenv ==1.7.0 -virtualenv ==16.6.0 +virtualenv ==20.36.1 pytest-xdist ==1.28.0