From d2fef453ef42a471b286db62b05ee03bba8f8be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 12:03:09 +0000 Subject: [PATCH] Bump virtualenv from 20.2.1 to 20.4.3 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.2.1 to 20.4.3. - [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.2.1...20.4.3) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 28393a6f..93bb0fa8 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ "python-coveralls==2.9.3", "coverage==4.5.4", "mock==2.0.0", - "virtualenv==20.2.1", + "virtualenv==20.4.3", ], }, classifiers=[