From 7db71ddbc2cd726b374872728e00f8044ad947dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:54:43 +0000 Subject: [PATCH] Chore(deps-dev): Update pytest requirement in /backend/common-cdk Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/6.2.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/common-cdk/requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/common-cdk/requirements-dev.in b/backend/common-cdk/requirements-dev.in index 34e2caeca..b5d0b84c3 100644 --- a/backend/common-cdk/requirements-dev.in +++ b/backend/common-cdk/requirements-dev.in @@ -1,4 +1,4 @@ -pytest>=6.2.5 +pytest>=9.0.3 pytest-cov coverage ruff