From 88baf1b52a19adc2d27a09e9bafefdb6e9c68aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 02:00:48 +0000 Subject: [PATCH] Bump virtualenv from 20.14.1 to 20.16.4 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.14.1 to 20.16.4. - [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.4) --- 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..9379aef 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.4", "pip-tools==6.6.2" ], },