From a2e45219a4324c7df84dd862f030e0a55cb23db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:12:41 +0000 Subject: [PATCH] deps(deps-dev): bump pytest from 8.3.3 to 9.1.1 in /sample-app Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 9.1.1. - [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.3.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sample-app/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-app/requirements-dev.txt b/sample-app/requirements-dev.txt index 889f646..6d3db07 100644 --- a/sample-app/requirements-dev.txt +++ b/sample-app/requirements-dev.txt @@ -1,5 +1,5 @@ # Dev/test dependencies (not shipped in the runtime image). -r requirements.txt -pytest==8.3.3 +pytest==9.1.1 pytest-cov==5.0.0 ruff==0.6.9