From 8ee755beded902d708f0a59f799bc70a1f78e00f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:21:42 +0000 Subject: [PATCH] Bump virtualenv from 20.25.0 to 20.26.6 in /docker Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.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.25.0...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 5942b002..4cb9a1fa 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -17,7 +17,7 @@ platformdirs==4.2.0 pyelftools==0.28 pyparsing==3.0.9 typing-extensions==4.3.0 -virtualenv==20.25.0 +virtualenv==20.26.6 wheel==0.38.4 # The following packages are considered to be unsafe in a requirements file: