From c11dc9a23514c2d2e4e8257ae88a3521d677516f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 09:48:38 +0000 Subject: [PATCH] build(deps): 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: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ba8b39..8e1ad22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -279,7 +279,7 @@ typing_extensions==4.15.0 tzdata==2025.2 urllib3==2.5.0 uuid_utils==0.12.0 -virtualenv==20.35.4 +virtualenv==20.36.1 watchdog==6.0.0 wcmatch==10.1 wcwidth==0.2.14