From e25447bfa1ed3f97a9aaa4dde57af23fa42ce912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:43:05 +0000 Subject: [PATCH] Bump virtualenv from 20.26.3 to 20.36.1 in /requirements Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.3 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.3...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 e059884..2287a2d 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -14,7 +14,7 @@ colorama==0.4.6 # via tox distlib==0.3.8 # via virtualenv -filelock==3.15.4 +filelock==3.20.3 # via # tox # virtualenv @@ -71,7 +71,7 @@ typing-extensions==4.12.2 # via # -r typing.txt # mypy -virtualenv==20.26.3 +virtualenv==20.36.1 # via # pre-commit # tox