From ff44dead6974044913e29db51fff98eb8901b870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 04:03:17 +0000 Subject: [PATCH] build(deps): update virtualenv requirement from ~=20.4 to ~=20.7 Updates the requirements on [virtualenv](https://github.com/pypa/virtualenv) to permit the latest version. - [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.4.0...20.7.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e6360b3f..010dedf3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ PyYAML~=5.4 rich~=9.10 sqlalchemy-migrate~=0.13 typing-extensions~=3.7.4.3 -virtualenv~=20.4 +virtualenv~=20.7