From 6d4357a4c6935e5a7ac4d32bf72ab3d26994005f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:29:33 +0000 Subject: [PATCH] build(deps): Bump virtualenv from 20.26.0 to 20.26.6 in /requirements Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.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.26.0...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index cacecbad..fbbbd516 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -36,7 +36,7 @@ six==1.16.0 tomli==2.0.1 tomlkit==0.12.4 typing-extensions==4.11.0 -virtualenv==20.26.0 +virtualenv==20.26.6 webencodings==0.5.1 # The following packages are considered to be unsafe in a requirements file: