From 28ec54c5b30a9f00b51f6b56214e20fb4dc5029d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 02:01:49 +0000 Subject: [PATCH] Bump virtualenv from 20.14.1 to 20.16.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.14.1 to 20.16.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.14.1...20.16.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d70bc6..30fdb16 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "python-coveralls==2.9.3", "coverage==6.4.1", "mock==4.0.3", - "virtualenv==20.14.1", + "virtualenv==20.16.6", "pip-tools==6.6.2" ], },