From f9e33f21fa6012b3f592a3c2d2707812a680b008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jun 2022 07:31:10 +0000 Subject: [PATCH] Bump aiohttp from 3.1.3 to 3.8.1 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.1.3 to 3.8.1. - [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.1.3...v3.8.1) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 28e39b8..42291a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -i https://pypi.python.org/simple -aiohttp==3.1.3 +aiohttp==3.8.1 async-timeout==2.0.1 attrs==17.4.0 chardet==3.0.4 diff --git a/requirements_dev.txt b/requirements_dev.txt index eb17b0a..7c3ba67 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ -r requirements.txt -i https://pypi.python.org/simple -aiohttp==3.1.3 +aiohttp==3.8.1 aiopg==0.14.0 alabaster==0.7.10 argh==0.26.2