From 0081de712497364e343f58bf8eee9ab9effdf2ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 08:36:08 +0000 Subject: [PATCH] build(deps): update virtualenv requirement from ~=20.4 to ~=20.8 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.8.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..6137cefdd 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.8