From 877e014af45e443d6ea4e84a807da279414f08c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 13:10:13 +0000 Subject: [PATCH] build(deps): bump virtualenv from 20.13.2 to 20.13.3 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.13.2 to 20.13.3. - [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.2...20.13.3) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f65e442..347edb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,5 +40,5 @@ toml==0.10.2 typed-ast==1.5.2 typing-extensions==4.1.1 urllib3==1.26.8 -virtualenv==20.13.2 +virtualenv==20.13.3 wrapt==1.13.3