From ad69fcabf26256a05a26fd3bbac37ddd4827c317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 20:08:24 +0000 Subject: [PATCH] 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 342b6ea..9315747 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,5 +29,5 @@ pyyaml==6.0.2 ruff==0.14.10 typing-extensions==4.12.2 # via mypy -virtualenv==20.35.4 +virtualenv==20.36.1 # via pre-commit