From 1ab5a4528d2eba89ce45562cf009d4d5c9e69d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:32:52 +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-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 17e79cb..7ac1846 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -109,7 +109,7 @@ typing-extensions==4.12.2 # via mypy urllib3==2.2.2 # via botocore -virtualenv==20.26.3 +virtualenv==20.26.6 # via tox wheel==0.43.0 # via fixbackup (pyproject.toml)