From 140d52b44a3370adfa29831fef16e7d0e51405ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:23:00 +0000 Subject: [PATCH] Bump virtualenv from 20.13.0 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.13.0 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/20.13.0...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 291230a5c..b52912eb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ terminaltables==3.1.10 tox==3.23.0 vcrpy==1.13.0; python_version <= '3.9' vcrpy==4.2.1; python_version >= '3.10' -virtualenv==20.13.0 +virtualenv==20.26.6 pytest-xdist==1.22.2 pytest-forked==1.0.2 PyYAML>=5.4,<=6.0.1