From 84f74d2a84af252fb8cbf4d5b74efc04ad68de6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 21:33:55 +0000 Subject: [PATCH] Bump virtualenv from 16.7.9 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 16.7.9 to 20.26.6. - [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.7.9...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e15c345f90..597b5c49b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ pytz>=2016.10 sphinx-rtd-theme==0.4.2 sphinx==1.8.3 tox==3.14.3 -virtualenv==16.7.9 +virtualenv==20.26.6 vcrpy==2.0.1 wheel<=0.39.0 circuitbreaker>=1.3.1,<2.0.0; python_version <= '3.6'