From b8094875ffb8ea3442dd3818d4e1e600b0defbca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 04:02:41 +0000 Subject: [PATCH] build(deps): update virtualenv requirement from ~=20.7 to ~=20.10 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.7.0...20.10.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 b19158b56..5b0e1eddc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ rich~=10.9 schema~=0.7.4 sqlalchemy-migrate~=0.13 typing-extensions~=3.10.0.2 -virtualenv~=20.7 +virtualenv~=20.10