From e88ecb4a7c56fe356da39ce6dbaeb4fa6861511f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 4 Mar 2019 06:44:05 +0000 Subject: [PATCH] Update aiohttp-json-rpc requirement from 0.11.2 to 0.12.1 Updates the requirements on [aiohttp-json-rpc](https://github.com/pengutronix/aiohttp-json-rpc) to permit the latest version. - [Release notes](https://github.com/pengutronix/aiohttp-json-rpc/releases) - [Commits](https://github.com/pengutronix/aiohttp-json-rpc/compare/v0.11.2...v0.12.1) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4d3e1e8..7b3170ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pyOpenSSL = "18.0.0" aiohttp = "3.4.4" aiohttp-jinja2 = "1.1.0" aiohttp-cors = "0.7.0" -aiohttp-json-rpc = "0.11.2" +aiohttp-json-rpc = "0.12.1" toml = "0.10.0" pysha3 = "1.0.2" # TODO: Migrate to https://github.com/pyca/cryptography/pull/4114 when will be available