From 0e794ee1363d940b64a58cb19de9376f9c872c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 02:32:44 +0000 Subject: [PATCH] Bump aiohttp from 3.5.4 to 3.7.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.5.4 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.5.4...v3.7.4) Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 08c6472..44d2617 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1,4 +1,4 @@ -aiohttp==3.5.4 +aiohttp==3.7.4 requests==2.21.0 pytz==2019.1 pytest-asyncio==0.10.0 diff --git a/setup.py b/setup.py index 2a7cd83..5d503dc 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ version=__version__, name="darksky_weather", packages=find_packages(), - install_requires=["requests==2.21.0", "pytz==2019.1", "aiohttp==3.5.4"], + install_requires=["requests==2.21.0", "pytz==2019.1", "aiohttp==3.7.4"], description="The Dark Sky API wrapper", long_description="View on github", author="Detrous",