From 6a8ead81016ee824e2d1d8e337725e52808911fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 09:15:37 +0000 Subject: [PATCH] Bump pytest-aiohttp from 0.3.0 to 1.0.3 Bumps [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) from 0.3.0 to 1.0.3. - [Release notes](https://github.com/aio-libs/pytest-aiohttp/releases) - [Changelog](https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/pytest-aiohttp/compare/v0.3.0...v1.0.3) --- updated-dependencies: - dependency-name: pytest-aiohttp dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a69ff69..85850cb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -r requirements.txt coverage==5.5 pytest==5.3.3 -pytest-aiohttp==0.3.0 \ No newline at end of file +pytest-aiohttp==1.0.3 \ No newline at end of file