From 9a1ac159672aa884839948f1ee5128e97d234248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:05:54 +0000 Subject: [PATCH] build(deps): bump virtualenv from 1.9.1 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 1.9.1 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/1.9.1...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-travis.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-travis.txt b/requirements-travis.txt index 1f83bf6df4..baa31f9a5a 100644 --- a/requirements-travis.txt +++ b/requirements-travis.txt @@ -4,7 +4,7 @@ nosexcover==1.0.8 tox==1.5.0; python_version < '3.8' tox==4.16.0; python_version > '3.7' virtualenv==1.9.1; python_version < '3.8' -virtualenv==20.26.3; python_version > '3.7' +virtualenv==20.26.6; python_version > '3.7' simplejson==3.8.1 inspektor==0.5.2; python_version < '3.8' inspektor==0.5.3; python_version > '3.7' diff --git a/requirements.txt b/requirements.txt index 166d4a0dcb..2c8964b241 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ coverage==3.6 nose==1.3.0 nosexcover==1.0.8 tox==1.5.0 -virtualenv==1.9.1 +virtualenv==20.26.6