From 10c733281bde5de0a62540789316ded23c775b05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:14:16 +0000 Subject: [PATCH] build(deps): bump pytest from 7.1.2 to 9.0.3 in /infra/ci Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 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/7.1.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/ci/requirements.txt b/infra/ci/requirements.txt index e15c2ee8f92a..ac3e01752f73 100644 --- a/infra/ci/requirements.txt +++ b/infra/ci/requirements.txt @@ -2,7 +2,7 @@ parameterized==0.7.4 pyfakefs==5.8.0 pylint==3.3.7 -pytest==7.1.2 +pytest==9.0.3 pytest-xdist==2.5.0 PyYAML==6.0.2 requests==2.31.0