From 9259d66c34407c5dbdf01bacf52e541263251cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:35:57 +0000 Subject: [PATCH] build(deps-dev): bump virtualenv in /requirements 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] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index a057101..85cdbe2 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -70,5 +70,5 @@ tox==4.16.0 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "4.0" untokenize==0.1.1 ; python_version >= "3.10" and python_version < "4.0" urllib3==2.2.2 ; python_version >= "3.10" and python_version < "4.0" -virtualenv==20.26.3 ; python_version >= "3.10" and python_version < "4.0" +virtualenv==20.26.6 ; python_version >= "3.10" and python_version < "4.0" wcwidth==0.2.13 ; python_version >= "3.10" and python_version < "4.0"