From 84db367f06dacc27a657b14e3ced13f21217c274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:25:39 +0000 Subject: [PATCH] chore(deps): bump virtualenv from 20.25.1 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.1 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.1...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 39fad4f..604891a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -89,5 +89,5 @@ tzdata==2024.1 ; python_version >= "3.12" and python_version < "4.0" uritemplate==4.1.1 ; python_version >= "3.12" and python_version < "4.0" urllib3==2.2.1 ; python_version >= "3.12" and python_version < "4.0" vine==5.1.0 ; python_version >= "3.12" and python_version < "4.0" -virtualenv==20.25.1 ; python_version >= "3.12" and python_version < "4.0" +virtualenv==20.26.6 ; python_version >= "3.12" and python_version < "4.0" wcwidth==0.2.13 ; python_version >= "3.12" and python_version < "4.0"