From 0ca3ce9c022dc0113ddb29ced027d9508803a4f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 05:27:14 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-cases from 3.9.1 to 3.10.1 Bumps [pytest-cases](https://github.com/smarie/python-pytest-cases) from 3.9.1 to 3.10.1. - [Release notes](https://github.com/smarie/python-pytest-cases/releases) - [Changelog](https://github.com/smarie/python-pytest-cases/blob/main/docs/changelog.md) - [Commits](https://github.com/smarie/python-pytest-cases/compare/3.9.1...3.10.1) --- updated-dependencies: - dependency-name: pytest-cases dependency-version: 3.10.1 dependency-type: direct:development 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 8e261e87..d27e3972 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ test = [ "hypothesis >=6.21.0,<6.151.12", "pytest >=7.2.0,<9.0.0", "pytest-benchmark ==5.2.0", - "pytest-cases ==3.9.1", + "pytest-cases ==3.10.1", "pytest-custom_exit_code ==0.3.0", "pytest-cov ==6.3.0", # Uses: coverage[toml] >=7.5 "pytest-doctestplus ==1.6.0",