From 6a5d1400c493bb48d155b6cdf5be314f6750b5cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:49:57 +0000 Subject: [PATCH] Bump pytest from 8.3.3 to 9.0.3 in /doc/python Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 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/8.3.3...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/requirements.txt b/doc/python/requirements.txt index 7a7e9d53..c74b7254 100644 --- a/doc/python/requirements.txt +++ b/doc/python/requirements.txt @@ -19,7 +19,7 @@ # same modules should appear in the setup.py list as given below. flake8==7.1.1 -pytest==8.3.3 +pytest==9.0.3 pytest-xdist==3.6.1 pyyaml==6.0.2