From a5723b49da795dbb9bdb91f100e3745d4382ea7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 18:46:37 +0000 Subject: [PATCH] build(deps): bump virtualenv from 20.8.1 to 20.10.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.8.1 to 20.10.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.8.1...20.10.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 78823ba..35a4005 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,5 +40,5 @@ toml==0.10.2 typed-ast==1.4.3 typing-extensions==3.10.0.2 urllib3==1.26.7 -virtualenv==20.8.1 +virtualenv==20.10.0 wrapt==1.13.3