From a85b0511fce90851370b5279a3da5467fd52cda9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:33:27 +0000 Subject: [PATCH] build(deps-dev): bump virtualenv from 20.26.3 to 20.26.6 in /packages Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.3 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.3...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/requirements-dev.txt b/packages/requirements-dev.txt index 26fc3d0..57e3c0a 100644 --- a/packages/requirements-dev.txt +++ b/packages/requirements-dev.txt @@ -75,6 +75,6 @@ tox==4.18.0 ; python_version >= "3.8" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "4.0" untokenize==0.1.1 ; python_version >= "3.8" and python_version < "4.0" urllib3==2.2.2 ; python_version >= "3.8" and python_version < "4.0" -virtualenv==20.26.3 ; python_version >= "3.8" and python_version < "4.0" +virtualenv==20.26.6 ; python_version >= "3.8" and python_version < "4.0" wcwidth==0.2.13 ; python_version >= "3.8" and python_version < "4.0" zipp==3.20.1 ; python_version >= "3.8" and python_version < "3.10"