From 9bdb280b232fb3b7d050550145fa26b69aba3d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 20:08:08 +0000 Subject: [PATCH] Bump virtualenv from 20.35.4 to 20.36.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.35.4 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.35.4...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 16fa75a..b52f5ca 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -83,5 +83,5 @@ urllib3==2.6.3 # via # requests # twine -virtualenv==20.35.4 +virtualenv==20.36.1 # via tox