From d5afd84ed2ba3d2ce2648d0af6e6450f1aac28a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:27:19 +0000 Subject: [PATCH] Update pytest-parametrization requirement from >=2022 to >=2022.2.1 Updates the requirements on [pytest-parametrization](https://github.com/singular-labs/parametrization) to permit the latest version. - [Release notes](https://github.com/singular-labs/parametrization/releases) - [Commits](https://github.com/singular-labs/parametrization/compare/2022.2.1...2022.2.1) --- updated-dependencies: - dependency-name: pytest-parametrization dependency-version: 2022.2.1 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 9173363..da02db1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "pytest-cov>=4.0.0", "pytest-asyncio>=0.26.0", "mypy==1.19.1", - "pytest-parametrization>=2022", + "pytest-parametrization>=2022.2.1", ] docs = [