From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:17:19 +0000 (+0200) Subject: Bump pytest from 8.3.1 to 8.3.2 (#1531) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=dd7295f951cdbbf9564eb31c4d74d657fe194fa3;p=music-assistant-server.git Bump pytest from 8.3.1 to 8.3.2 (#1531) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.1 to 8.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/8.3.1...8.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 af6fa9e1..8eaa240f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "pre-commit==3.7.1", "pre-commit-hooks==4.6.0", "pylint==3.2.6", - "pytest==8.3.1", + "pytest==8.3.2", "pytest-aiohttp==1.0.5", "pytest-cov==5.0.0", "syrupy==4.6.1",