From 917b8b0d25534c3b3bfeb7938a35fa452cb1ae85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 02:01:27 +0000 Subject: [PATCH] Bump virtualenv from 20.14.1 to 20.17.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.14.1 to 20.17.0. - [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.17.0) --- 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..90ea325 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.17.0", "pip-tools==6.6.2" ], },