From 72a4b86e279933907fe370d933a7072c6baf0675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 20:05:51 +0000 Subject: [PATCH] Bump virtualenv from 20.35.3 to 20.36.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.35.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.35.3...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 e8047a6..6761ccc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -68,5 +68,5 @@ typing-extensions==4.15.0 # virtualenv typing-inspection==0.4.2 # via pydantic -virtualenv==20.35.3 +virtualenv==20.36.1 # via pre-commit