From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:25:43 +0000 (+0200) Subject: Bump pytest from 8.3.2 to 8.3.3 (#1668) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=4ea8c10c849afbfc7b11e7367291afddd3349d57;p=music-assistant-server.git Bump pytest from 8.3.2 to 8.3.3 (#1668) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. - [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.2...8.3.3) --- 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 02e65e6f..aca26190 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "pre-commit==3.8.0", "pre-commit-hooks==4.6.0", "pylint==3.2.7", - "pytest==8.3.2", + "pytest==8.3.3", "pytest-aiohttp==1.0.5", "pytest-cov==5.0.0", "syrupy==4.7.1",