From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 21:44:13 +0000 (+0200) Subject: Bump pytest-asyncio from 0.21.0 to 0.21.1 (#795) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=d5d79a7de8ceebbb288a84d5c90d1ce9fe19c4c0;p=music-assistant-server.git Bump pytest-asyncio from 0.21.0 to 0.21.1 (#795) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.0...v0.21.1) --- updated-dependencies: - dependency-name: pytest-asyncio 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 99668a28..92f94bfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ test = [ "mypy==1.3.0", "ruff==0.0.277", "pytest==7.4.0", - "pytest-asyncio==0.21.0", + "pytest-asyncio==0.21.1", "pytest-aiohttp==1.0.4", "pytest-cov==4.1.0", "pre-commit==3.3.3"