From 8a4120c35c43179e012d054d4938f227d2b5516f Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Wed, 31 Aug 2022 14:26:50 +0200 Subject: [PATCH] Bump FastHttpUser/geventhttpclient dependency to 2.0.2. Not really a strict requirement, but older versions have a couple of issues I dont want people to have to encounter. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a90b190e86..152f31fc32 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ install_requires = requests >=2.23.0 msgpack >=0.6.2 pyzmq >=22.2.1, !=23.0.0 - geventhttpclient >=1.5.1 + geventhttpclient >=2.0.2 ConfigArgParse >=1.0 psutil >=5.6.7 Flask-BasicAuth >=0.2.0