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