From 7f2093fc8f922384b091b79365afadedb96a869f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:19:11 +0000 Subject: [PATCH] Bump virtualenv from 20.24.7 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.24.7 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/20.24.7...20.26.6) --- updated-dependencies: - dependency-name: virtualenv 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 0c04f8f96..eb07aa328 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,6 +64,6 @@ types-PyYAML==6.0.12.12 types-tabulate==0.9.0.3 typing_extensions==4.8.0 uvicorn==0.24.0.post1 -virtualenv==20.24.7 +virtualenv==20.26.6 watchfiles==0.21.0 websockets==12.0