From c683a1158c740ac48726d2984cd56e9a8e2bc706 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 9 Mar 2020 10:17:22 +0100 Subject: [PATCH] Bump django-agnocomplete to 1.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 596b1c16..65f91176 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==2.2.1 -django-agnocomplete==0.14.0 +django-agnocomplete==1.0.0 django-compressor==2.2 Pillow==6.2.0 psycopg2==2.8.2