From 3d7979b48a04b7a3b022f1e0e584307a84de22aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 10:34:24 +0000 Subject: [PATCH] Bump pytest from 8.4.2 to 9.0.3 in /doc Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.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/8.4.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- doc/requirements_test.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 1e0f0438..49a01363 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -74,7 +74,7 @@ pycparser==3.0 ; python_version >= "3.10" and python_version < "4" and implement pygments==2.21.0 ; python_version >= "3.10" and python_version < "4" pymoo==0.6.2 ; python_version >= "3.10" and python_version < "4" pyparsing==3.3.2 ; python_version >= "3.10" and python_version < "4" -pytest==8.4.2 ; python_version >= "3.10" and python_version < "4" +pytest==9.0.3 ; python_version >= "3.10" and python_version < "4" python-constraint2==2.5.0 ; python_version == "3.10" python-constraint2==2.7.3 ; python_version >= "3.11" and python_version < "4" python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4" diff --git a/doc/requirements_test.txt b/doc/requirements_test.txt index ed2d90e6..36b6e530 100644 --- a/doc/requirements_test.txt +++ b/doc/requirements_test.txt @@ -1158,9 +1158,9 @@ pytest-cov==5.0.0 ; python_version >= "3.10" and python_version < "4" \ pytest-timeout==2.4.0 ; python_version >= "3.10" and python_version < "4" \ --hash=sha256:7e68e90b01f9eff71332b25001f85c75495fc4e3a836701876183c4bcfd0540a \ --hash=sha256:c42667e5cdadb151aeb5b26d114aff6bdf5a907f176a007a30b940d3d865b5c2 -pytest==8.4.2 ; python_version >= "3.10" and python_version < "4" \ - --hash=sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01 \ - --hash=sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79 +pytest==9.0.3 ; python_version >= "3.10" and python_version < "4" \ + --hash=sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9 \ + --hash=sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c python-constraint2==2.5.0 ; python_version == "3.10" \ --hash=sha256:0bd4f870c1f74e0f033372ad2c78bb8929c0d2b489a3c89f83caa9088c547d64 \ --hash=sha256:245fa0b1edca340545041c655d159187f98558c08a93619ac4433739509341d1 \