From e6557e4687dc26c32f8dea35221b86aee02202e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:53:53 +0000 Subject: [PATCH] Bump virtualenv from 16.7.9 to 20.36.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 16.7.9 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.7.9...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 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 35bf3cda7..24247ea96 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.36.1 vcrpy==2.0.1 wheel<=0.39.0 circuitbreaker>=1.3.1,<2.0.0; python_version <= '3.6'