From 8e058bb76b1645e77c6564d5f651078a40c2f4d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:28:59 +0000 Subject: [PATCH] Bump pytest from 8.4.1 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 9.0.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.4.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 132f511..31dc701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ setuptools = [ dev = [ "plux[hatchling,setuptools]", "build", - "pytest==8.4.1", + "pytest==9.0.3", "ruff==0.9.1", "mypy", ]