From f9841e72cf21420c802e0b9fbc3a505108189ac3 Mon Sep 17 00:00:00 2001 From: Adhemar Zerlotini Neto Date: Wed, 12 Feb 2020 08:43:54 -0300 Subject: [PATCH] security fix (django==2.2.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0a40b07c..ecb922ef 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ ], scripts=["bin/fixChadoModel.py"], install_requires=[ - "django==2.2.9", + "django==2.2.10", "psycopg2-binary==2.8.2", "biopython==1.73", "obonet==0.2.5",