From 9fcb7aa49dded9a16621f7ca079c27db0584d6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 13:11:29 +0000 Subject: [PATCH] build(deps): bump virtualenv from 20.13.0 to 20.13.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.13.0 to 20.13.1. - [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.0...20.13.1) --- 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 5f340f6..b3a71b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,5 +40,5 @@ toml==0.10.2 typed-ast==1.5.2 typing-extensions==4.0.1 urllib3==1.26.8 -virtualenv==20.13.0 +virtualenv==20.13.1 wrapt==1.13.3