From 799dc4fdb926094439488fbde2d6dd752e91cc2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 13:06:31 +0000 Subject: [PATCH] :arrow_up: Bump virtualenv from 20.16.6 to 20.16.7 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.16.6 to 20.16.7. - [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.16.6...20.16.7) --- updated-dependencies: - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b021047f..ba58d5a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -234,6 +234,7 @@ shellingham==1.5.0 # via typer six==1.16.0 # via + # asttokens # exhale # python-dateutil snowballstemmer==2.2.0 @@ -293,7 +294,7 @@ unidecode==1.3.6 # via sphinx-autoapi urllib3==1.26.12 # via requests -virtualenv==20.16.6 +virtualenv==20.16.7 # via pre-commit wcwidth==0.2.5 # via prompt-toolkit