From baff83d1e4bdf244905fcecb95013eaa505f7d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 13:11:13 +0000 Subject: [PATCH] build(deps): bump virtualenv from 20.13.3 to 20.13.4 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.13.3 to 20.13.4. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/20.13.4/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.13.3...20.13.4) --- 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 fbef602..8c02138 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.9 -virtualenv==20.13.3 +virtualenv==20.13.4 wrapt==1.14.0