From 5a6e7bfd27049bc0e086ddba30daf2c4b9e0493e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 13:09:10 +0000 Subject: [PATCH] build(deps): bump virtualenv from 20.8.1 to 20.9.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.8.1 to 20.9.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.9.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 2d13278..d0c5fc5 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.9.0 wrapt==1.13.2