From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 20:09:48 +0000 (+0200) Subject: Bump pytest from 7.2.2 to 7.3.1 (#647) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=05bb3eb8d0ad809da97bc9b7aedd5719c9221ec0;p=music-assistant-server.git Bump pytest from 7.2.2 to 7.3.1 (#647) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 to 7.3.1. - [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.2.2...7.3.1) --- 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 835ee46c..6aade23d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ test = [ "codespell==2.2.4", "mypy==1.2.0", "ruff==0.0.265", - "pytest==7.2.2", + "pytest==7.3.1", "pytest-asyncio==0.21.0", "pytest-aiohttp==1.0.4", "pytest-cov==4.0.0",