From 0c381a526ede5b07d711a266b3235626e087a2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:23:57 +0000 Subject: [PATCH] Bump virtualenv from 16.3.0 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 16.3.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/16.3.0...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- devutils_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devutils_requirements.txt b/devutils_requirements.txt index 2c3b3fd..b045ffb 100644 --- a/devutils_requirements.txt +++ b/devutils_requirements.txt @@ -8,5 +8,5 @@ rstcheck sphinx < 1.8.0 robotframework virtualenvrunner -virtualenv==16.3.0 +virtualenv==20.26.6 configparser