From 0536faecfdea71e68187149bf641953f3d539c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:33:30 +0000 Subject: [PATCH] Bump virtualenv from 20.26.3 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.3 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.26.3...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index bf926f8..d7b047f 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -17,4 +17,4 @@ six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3 sqlalchemy==1.4.53; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' sqlparse==0.5.1; python_version >= '3.8' urllib3==2.2.2; python_version >= '3.8' -virtualenv==20.26.3; python_version >= '3.7' +virtualenv==20.26.6; python_version >= '3.7'