From 3df75a55d9f6e044e6333539c4692ec9b14a1387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 02:00:36 +0000 Subject: [PATCH] Bump virtualenv from 20.14.1 to 20.16.5 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.14.1 to 20.16.5. - [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.5) --- 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..2078d1e 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.5", "pip-tools==6.6.2" ], },