From 7a268ac6f62aedf3f103beeaca7c6e8d147743bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 14:55:19 +0000 Subject: [PATCH] Bump aiohttp from 3.1.3 to 3.8.5 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.1.3 to 3.8.5. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.1.3...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4036e54..54c5887 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ Markdown html2text==2014.12.29 lxml==3.5 parse==1.8.2 -aiohttp==3.1.3 +aiohttp==3.8.5 diff --git a/setup.py b/setup.py index 6d59470..6132bbd 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(f): install_requires = [ 'sdiff @ git+https://github.com/KeepSafe/html-structure-diff.git#egg=sdiff', - 'aiohttp >=3, <3.4', + 'aiohttp >=3, <3.9', 'Markdown', 'parse >=1, <2', 'beautifulsoup4 >=4, <5',