From dda60e4b1e9e80fca614ad789d1ee1a6962c546f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 13:11:55 +0000 Subject: [PATCH] build(deps): bump virtualenv from 20.13.1 to 20.13.2 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.13.1 to 20.13.2. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/20.13.2/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.13.1...20.13.2) --- 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 fd946eb..a6ee301 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.1 +virtualenv==20.13.2 wrapt==1.13.3