From 1b98605f78486135b09ef3e32788c3747da6b4f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 10:27:13 +0000 Subject: [PATCH] deps(deps-dev): bump pytest from 7.4.4 to 9.0.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 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/7.4.4...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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b926b195..738e8931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,7 +134,7 @@ classifiers = [ [project.optional-dependencies] dev = [ - "pytest==7.4.4", + "pytest==9.0.2", "pytest-asyncio==0.21.1", "pytest-cov==4.1.0", "pytest-mock==3.15.1",