From 5bdf6dd61b64c8cdae764e1f724ce297ba9e1815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:52:50 +0000 Subject: [PATCH] Bump virtualenv from 20.28.1 to 20.36.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.28.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.28.1...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index fa5a459..4cbfed8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -28,7 +28,7 @@ distlib==0.3.9 # via virtualenv executing==2.1.0 # via stack-data -filelock==3.16.1 +filelock==3.20.3 # via # tox # virtualenv @@ -109,7 +109,7 @@ traitlets==5.14.3 # matplotlib-inline typing-extensions==4.12.2 # via mypy -virtualenv==20.28.1 +virtualenv==20.36.1 # via tox wcwidth==0.2.13 # via prompt-toolkit