From e1a6bd517ef6b502cb34dd29a273d82f18371b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 20:01:05 +0000 Subject: [PATCH] build(deps): bump virtualenv in /bindings/python/requirements Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.31.2 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.31.2...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- bindings/python/requirements/dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/requirements/dev.txt b/bindings/python/requirements/dev.txt index 4ab2c912..b809bd12 100644 --- a/bindings/python/requirements/dev.txt +++ b/bindings/python/requirements/dev.txt @@ -8,7 +8,7 @@ colorama==0.4.6 # via tox distlib==0.3.9 # via virtualenv -filelock==3.18.0 +filelock==3.20.3 # via # tox # virtualenv @@ -26,5 +26,5 @@ pyproject-api==1.9.1 # via tox tox==4.26.0 # via -r dev.in -virtualenv==20.31.2 +virtualenv==20.36.1 # via tox