From ce83eeb106a5459c864a24ab8a44ddd2c40601d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 02:48:38 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.6.2 to 3.7.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.2 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.6.2...v3.7.4) Signed-off-by: dependabot[bot] --- requirements-test.txt | 64 ++++++++++++++++++++++++++++++------------- 1 file changed, 45 insertions(+), 19 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index dbf1a0d..1de1dfd 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,27 +4,53 @@ # # pip-compile --output-file=requirements-test.txt test-requirements.in # -aiohttp==3.6.2 # via pytest-aiohttp -async-timeout==3.0.1 # via aiohttp +aiohttp==3.7.4 + # via pytest-aiohttp +async-timeout==3.0.1 + # via aiohttp asynctest==0.13.0 -attrs==19.3.0 # via aiohttp, pytest -chardet==3.0.4 # via aiohttp -coverage==5.0.4 # via pytest-cov -idna-ssl==1.1.0 # via aiohttp -idna==2.9 # via idna-ssl, yarl -importlib-metadata==1.6.0 # via pluggy, pytest -more-itertools==8.2.0 # via pytest -multidict==4.7.5 # via aiohttp, yarl -packaging==20.3 # via pytest -pluggy==0.13.1 # via pytest -py==1.8.1 # via pytest -pyparsing==2.4.6 # via packaging + # via -r test-requirements.in +attrs==19.3.0 + # via + # aiohttp + # pytest +chardet==3.0.4 + # via aiohttp +coverage==5.0.4 + # via pytest-cov +idna==2.9 + # via yarl +more-itertools==8.2.0 + # via pytest +multidict==4.7.5 + # via + # aiohttp + # yarl +packaging==20.3 + # via pytest +pluggy==0.13.1 + # via pytest +py==1.8.1 + # via pytest +pyparsing==2.4.6 + # via packaging pytest-aiohttp==0.3.0 + # via -r test-requirements.in pytest-asyncio==0.10.0 + # via -r test-requirements.in pytest-cov==2.8.1 + # via -r test-requirements.in pytest==5.4.1 -six==1.14.0 # via packaging -typing-extensions==3.7.4.1 # via aiohttp -wcwidth==0.1.9 # via pytest -yarl==1.4.2 # via aiohttp -zipp==3.1.0 # via importlib-metadata + # via + # -r test-requirements.in + # pytest-aiohttp + # pytest-asyncio + # pytest-cov +six==1.14.0 + # via packaging +typing-extensions==3.7.4.1 + # via aiohttp +wcwidth==0.1.9 + # via pytest +yarl==1.4.2 + # via aiohttp