From e4972a82b9576502b7bc0a3afbe1843522267e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:25:02 +0000 Subject: [PATCH] Bump virtualenv from 20.25.1 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.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/20.25.1...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2f3004a..95491b0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,4 +16,4 @@ pre-commit==3.5.0; python_version >= '3.8' pytest==8.1.1; python_version >= '3.8' pyyaml==6.0.1; python_version >= '3.6' setuptools==70.0.0; python_version >= '3.8' -virtualenv==20.25.1; python_version >= '3.7' +virtualenv==20.26.6; python_version >= '3.7'