From 2fb612e19329d9767b63e5003e2608d9e4e618b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 10:01:47 +0000 Subject: [PATCH] Bump virtualenv from 20.0.31 to 20.2.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.0.31 to 20.2.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.0.31...20.2.1) 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..f705f17 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.2.1 virtualenvwrapper-win==1.2.6 whitenoise==5.2.0