From fd97a5087c965a25035bf265aa11e73ef8c408c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:14:42 +0000 Subject: [PATCH] Bump virtualenv from 20.21.1 to 20.36.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.21.1 to 20.36.1. - [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.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 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 5e15c5f..988d671 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.36.1 ; 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"