Bump pytest-aiohttp from 1.0.4 to 1.0.5 (#905)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 11 Nov 2023 11:08:54 +0000 (12:08 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Nov 2023 11:08:54 +0000 (12:08 +0100)
Bumps [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) from 1.0.4 to 1.0.5.
- [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/v1.0.4...v1.0.5)

---
updated-dependencies:
- dependency-name: pytest-aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index f128d26db3c9bdcd1df1a631b25cef5202307b0f..ecb2fb8a00c06a4bfa1ea46f5c775a310e866808 100644 (file)
@@ -55,7 +55,7 @@ test = [
   "ruff==0.1.1",
   "pytest==7.4.3",
   "pytest-asyncio==0.21.1",
-  "pytest-aiohttp==1.0.4",
+  "pytest-aiohttp==1.0.5",
   "pytest-cov==4.1.0",
   "pre-commit==3.3.3"
 ]