From d28487115d5396e695c23763b8f14593cc4eed6d Mon Sep 17 00:00:00 2001 From: Artur Maciag Date: Mon, 20 Jan 2020 11:23:35 +0000 Subject: [PATCH] CVE-2019-19844 fix --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 922705c4..58b1ca75 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,5 +3,5 @@ pytest==3.5.0 pytest-flake8 pytest-cov==2.5.1 flask -django==2.2.8; python_version>="3.0" +django==2.2.9; python_version>="3.0" webob