From d45a38b85d3abda0e1d618d3a8152a4bc9cec684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:02:47 +0000 Subject: [PATCH] Bump virtualenv from 20.23.1 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.23.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.23.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 e01044e..b0ad2ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -72,7 +72,7 @@ tqdm==4.65.0 ; python_version >= "3.8" and python_version < "4.0" trove-classifiers==2023.5.24 ; python_version >= "3.8" and python_version < "4.0" tzdata==2023.3 ; python_version >= "3.8" and python_version < "4.0" urllib3==1.26.16 ; python_version >= "3.8" and python_version < "4.0" -virtualenv==20.23.1 ; python_version >= "3.8" and python_version < "4.0" +virtualenv==20.26.6 ; python_version >= "3.8" and python_version < "4.0" webencodings==0.5.1 ; python_version >= "3.8" and python_version < "4.0" werkzeug==2.3.6 ; python_version >= "3.8" and python_version < "4.0" xattr==0.10.1 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "darwin"