From ef524623c030eb34909d067bfbdf0dfb04725847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 02:14:00 +0000 Subject: [PATCH] Bump aiohttp from 3.0.7 to 3.7.4 in /python-client Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.0.7 to 3.7.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.0.7...v3.7.4) Signed-off-by: dependabot[bot] --- python-client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-client/requirements.txt b/python-client/requirements.txt index 8d50170..010575f 100644 --- a/python-client/requirements.txt +++ b/python-client/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.0.7 +aiohttp==3.7.4 async-timeout==2.0.0 attrs==17.4.0 certifi==2018.1.18