From 224b4610160d3e63112e833020c15c5409d525d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jan 2021 10:02:04 +0000 Subject: [PATCH] Bump virtualenv from 20.0.31 to 20.4.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.0.31 to 20.4.0. - [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.0.31...20.4.0) Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f715251..f28ba86 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -29,6 +29,6 @@ soupsieve==2.0.1 sqlparse==0.3.1 toml==0.10.1 urllib3==1.25.9 -virtualenv==20.0.31 +virtualenv==20.4.0 virtualenvwrapper-win==1.2.6 whitenoise==5.2.0