From 335e2a7c2549c9fb8c14ff1af62ef21253a9c41f Mon Sep 17 00:00:00 2001 From: Neuro Assassin <42872277+NeuroAssassin@users.noreply.github.com> Date: Sun, 18 Oct 2020 15:17:05 -0400 Subject: [PATCH] Bump aiohttp-json-rpc dependency (#4506) * Bump aiohttp-json-rpc * Well thats sad --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1a5d3313c..00755ecdd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ packages = find_namespace: python_requires = >=3.8.1 install_requires = aiohttp==3.6.2 - aiohttp-json-rpc==0.13.1 + aiohttp-json-rpc==0.13.2 aiosqlite==0.15.0 appdirs==1.4.4 apsw-wheels==3.30.1.post3