From 0078de2c24b4b00a5e9f481c206bdec649c5c7f5 Mon Sep 17 00:00:00 2001
From: Alexandre Ferland <admiralobvious@users.noreply.github.com>
Date: Sun, 14 Jul 2019 22:46:50 -0400
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e00e9a3..b7f25a5 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ First, install Flask-SimpleLDAP:
     $ pip install flask-simpleldap
     
 Flask-SimpleLDAP depends, and will install for you, recent versions of Flask
-(0.10.1 or later) and [pyldap](https://github.com/pyldap/pyldap). Flask-SimpleLDAP is compatible
+(0.12.4 or later) and [pyldap](https://github.com/pyldap/pyldap). Flask-SimpleLDAP is compatible
 with and tested on Python 2.7, 3.5, 3.6 and 3.7.
 
 Next, add a ``LDAP`` instance to your code and at least the three
-- 
GitLab