From 926491982d7810cb24e999a3d0a46602f86485b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 18:06:48 +0000 Subject: [PATCH] Bump virtualenv from 20.21.0 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.21.0 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.21.0...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 5ac4d7e..728da4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,6 +60,6 @@ starlette==0.45.3 typing_extensions==4.12.2 urllib3==2.3.0 uvicorn==0.34.0 -virtualenv==20.21.0 +virtualenv==20.26.6 watchfiles==1.0.4 websockets==15.0