From 2862adf77106c42e2feb421415ea0118048af5a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:45:41 +0000 Subject: [PATCH] Bump virtualenv from 20.26.6 to 20.36.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.6 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.26.6...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 02e2d11..850c680 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -118,7 +118,7 @@ tzdata==2024.2 # via pandas vermin==1.6.0 # via -r requirements-dev.txt -virtualenv==20.26.6 +virtualenv==20.36.1 # via pre-commit wxpython==4.2.2 # via gooey