From 25dffb06701e9cc4980e62c378309cd1c9d40021 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 Jan 2025 17:53:36 +0000
Subject: [PATCH] Bump virtualenv from 20.21.1 to 20.26.6

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.21.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.21.1...20.26.6)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements-dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index 5e15c5f..fb570a9 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -67,7 +67,7 @@ tomli==1.2.3 ; python_version >= "3.9" and python_full_version < "3.11.0a7"
 tomlkit==0.11.8 ; python_version >= "3.9" and python_version < "4.0"
 typing-extensions==4.6.3 ; python_version >= "3.9" and python_version < "3.11"
 urllib3==1.26.16 ; python_version >= "3.9" and python_version < "4.0"
-virtualenv==20.21.1 ; python_version >= "3.9" and python_version < "4.0"
+virtualenv==20.26.6 ; python_version >= "3.9" and python_version < "4.0"
 wcmatch==8.4.1 ; python_version >= "3.9" and python_version < "4.0"
 wrapt==1.15.0 ; python_version >= "3.9" and python_version < "4.0"
 yamllint==1.32.0 ; python_version >= "3.9" and python_version < "4.0"