From e5fb172bc239f6e8299f4ea8428b5afe28a215d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 12:30:24 +0000 Subject: [PATCH] Bump virtualenv in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [virtualenv](https://github.com/pypa/virtualenv). Updates `virtualenv` from 20.33.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.33.1...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f0b7dd1..ae8afa3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -228,7 +228,7 @@ typing-extensions==4.14.1 ; python_version >= "3.11" and python_version < "4.0" tzdata==2025.2 ; python_version >= "3.11" and python_version < "4.0" uri-template==1.3.0 ; python_version >= "3.11" and python_version < "4.0" urllib3==2.5.0 ; python_version >= "3.11" and python_version < "4.0" -virtualenv==20.33.1 ; python_version >= "3.11" and python_version < "4.0" +virtualenv==20.36.1 ; python_version >= "3.11" and python_version < "4.0" watchdog==6.0.0 ; python_version >= "3.11" and python_version < "4.0" wcwidth==0.2.13 ; python_version >= "3.11" and python_version < "4.0" webcolors==24.11.1 ; python_version >= "3.11" and python_version < "4.0"