From 56b7763aae9672f16cee1a2fe4b9fa728f1b798a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 03:27:36 +0000 Subject: [PATCH] Bump pytest from 8.3.4 to 8.4.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 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.4...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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef773f83..ebb58aad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dev = [ "hypothesis==6.124.7", "mypy==1.14.1", "polyfactory==2.19.0", - "pytest==8.3.4", + "pytest==8.4.1", "pytest-cov==6.0.0", "ruff==0.9.3", "uvloop==0.21.0",