From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 15:49:02 +0000 (+0100) Subject: Bump pytest-asyncio from 0.20.3 to 0.21.0 (#556) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=35a254f67e0cdc608a648636ca3fe20069edf567;p=music-assistant-server.git Bump pytest-asyncio from 0.20.3 to 0.21.0 (#556) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.3 to 0.21.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.3...v0.21.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... 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 134a5dd7..621c0374 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "mypy==1.1.1", "ruff==0.0.257", "pytest==7.2.2", - "pytest-asyncio==0.20.3", + "pytest-asyncio==0.21.0", "pytest-aiohttp==1.0.4", "pytest-cov==4.0.0", "pre-commit==3.2.0"