From 662e9e4f5f4be37f9ac70b3812c02cee9b681da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:15:53 +0000 Subject: [PATCH] Bump pytest from 8.4.2 to 9.0.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.2. - [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.2...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2545165..d2a91fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ development = [ "psutil==7.2.0", "pytest-cov==7.0.0", "pytest-schema==0.1.2", - "pytest==8.4.2", + "pytest==9.0.2", "twine==6.2.0", "virtualenv==20.35.4", "wheel==0.46.1", @@ -53,7 +53,7 @@ lint = [ "pylint==3.3.9", "pylint-per-file-ignores==2.0.3", ] -test = ["pytest==8.4.2", "coverage==7.10.7"] +test = ["pytest==9.0.2", "coverage==7.10.7"] [tool.setuptools] package-dir = { "" = "python" }