From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 11:08:54 +0000 (+0100) Subject: Bump pytest-aiohttp from 1.0.4 to 1.0.5 (#905) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=1e23f43a9809015bb533a054ca19124815b6c57e;p=music-assistant-server.git Bump pytest-aiohttp from 1.0.4 to 1.0.5 (#905) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index f128d26d..ecb2fb8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" ]