From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 08:43:38 +0000 (+0200) Subject: Chore(deps): Bump pytest from 8.3.5 to 8.4.1 (#2246) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=8deb69e9d01129226ed79cdbe748d05317bad2b2;p=music-assistant-server.git Chore(deps): Bump pytest from 8.3.5 to 8.4.1 (#2246) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.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/8.3.5...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 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 70c4b8ac..f9e3e8e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "mypy==1.15.0", "pre-commit==4.2.0", "pre-commit-hooks==5.0.0", - "pytest==8.3.5", + "pytest==8.4.1", "pytest-aiohttp==1.1.0", "pytest-cov==6.2.1", "syrupy==4.9.1",