From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 22:03:36 +0000 (+0200) Subject: Bump pytest from 7.3.1 to 7.3.2 (#708) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=e8818cfef1b87bd62bd54aaa3f7c56abfdb02000;p=music-assistant-server.git Bump pytest from 7.3.1 to 7.3.2 (#708) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 7.3.2. - [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.1...7.3.2) --- updated-dependencies: - dependency-name: pytest 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 9d683a9f..2c055324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "codespell==2.2.4", "mypy==1.3.0", "ruff==0.0.270", - "pytest==7.3.1", + "pytest==7.3.2", "pytest-asyncio==0.21.0", "pytest-aiohttp==1.0.4", "pytest-cov==4.1.0",