From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:33:02 +0000 (+0200) Subject: Bump pytest from 7.3.2 to 7.4.0 (#733) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=d5d7c323452727a0015a804c31c679163d98a687;p=music-assistant-server.git Bump pytest from 7.3.2 to 7.4.0 (#733) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.4.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.3.2...7.4.0) --- updated-dependencies: - dependency-name: pytest 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 0aa9b203..e176a546 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "codespell==2.2.4", "mypy==1.3.0", "ruff==0.0.272", - "pytest==7.3.2", + "pytest==7.4.0", "pytest-asyncio==0.21.0", "pytest-aiohttp==1.0.4", "pytest-cov==4.1.0",