From af88f018318ea08b3264917c7ac368a727e6b7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 12:44:53 +0000 Subject: [PATCH] chore(deps): bump virtualenv from 20.13.1 to 20.14.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.13.1 to 20.14.1. - [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.13.1...20.14.1) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index fbece80..a9425e5 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ requests = "==2.28.0" six = "==1.16.0" typing-extensions = "==4.2.0" urllib3 = "==1.26.7" -virtualenv = "==20.13.1" +virtualenv = "==20.14.1" virtualenv-clone = "==0.5.7" zipp = "==3.8.0"