From 8b7ca260119df0231dae8e0cc73c99421dc88c9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:15:37 +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 e15c345f9..597b5c49b 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'