From 1949937b5eed8313dc27077da70c22be22687182 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Mon, 19 Aug 2019 10:51:20 -0400 Subject: [PATCH] bump aioupnp requirement to 0.0.14 --- lbry/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/setup.py b/lbry/setup.py index ce51f8626..35e6e6b76 100644 --- a/lbry/setup.py +++ b/lbry/setup.py @@ -25,7 +25,7 @@ setup( install_requires=[ 'torba', 'aiohttp==3.5.4', - 'aioupnp==0.0.13', + 'aioupnp==0.0.14', 'appdirs==1.4.3', 'certifi>=2018.11.29', 'colorama==0.3.7',