From b4635b43292e0911fe00105197aaf6cf20d74889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 20:21:13 +0000 Subject: [PATCH] Bump virtualenv from 1.11.4 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 1.11.4 to 20.26.6. - [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/1.11.4...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.26.6 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 6ff1fea..f09ea99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,5 +25,5 @@ mccabe==0.2.1 pytz==2014.7 radon==1.1.1 six==1.8.0 -virtualenv==1.11.4 +virtualenv==20.26.6 waitress>=1.4.2