From 49c8fb8703bebc74bf2d05ff4ea8c369acc124b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:54:27 +0000 Subject: [PATCH] Bump pytest from 8.3.3 to 8.3.4 in /core Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4. - [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.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index dbcc29309e..35caea9a43 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -69,7 +69,7 @@ dev = [ "coverage-conditional-plugin == 0.9.0", "Pillow == 11.0.0", "pre-commit == 4.0.1", - "pytest == 8.3.3", + "pytest == 8.3.4", "pytest-asyncio == 0.24.0", "pytest-freezer == 0.4.8", "setuptools-scm == 8.1.0",