From 352c4544ca210e407d2b3b9bc7ea8b58508153ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:48:10 +0000 Subject: [PATCH] Bump virtualenv from 20.26.6 to 20.36.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.6 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.26.6...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 72075c15..623aa73a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,6 +15,6 @@ PyYAML==6.0.1 six==1.15.0 toml==0.10.2 tox==4.7.0 -virtualenv==20.26.6 +virtualenv==20.36.1 sphinx==5.3.0 recommonmark==0.7.1