From ee1e1268cbe7cab0c17a0630051d577cadc7c846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:20:24 +0000 Subject: [PATCH] chore(deps): bump pytest from 5.2.4 to 9.0.3 in /examples/pytest Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.2.4 to 9.0.3. - [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/5.2.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/pytest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytest/requirements.txt b/examples/pytest/requirements.txt index b50c03a54..a8d4e688d 100644 --- a/examples/pytest/requirements.txt +++ b/examples/pytest/requirements.txt @@ -7,7 +7,7 @@ pluggy==0.13.0 py==1.10.0 py-cpuinfo==5.0.0 pyparsing==2.4.5 -pytest==5.2.4 +pytest==9.0.3 pytest-benchmark==3.2.2 six==1.13.0 wcwidth==0.1.7