From 45b1980a065de41b318c3f30592345f402a052fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:40:20 +0000 Subject: [PATCH] Bump pytest from 9.0.2 to 9.0.3 in /dev_tools/requirements/max_compat Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.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/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev_tools/requirements/max_compat/dev.env.txt | 2 +- dev_tools/requirements/max_compat/pytest-max-compat.env.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_tools/requirements/max_compat/dev.env.txt b/dev_tools/requirements/max_compat/dev.env.txt index 3a8cd7dc7..db75bec3c 100644 --- a/dev_tools/requirements/max_compat/dev.env.txt +++ b/dev_tools/requirements/max_compat/dev.env.txt @@ -95,7 +95,7 @@ pygments==2.20.0 # via pytest pyparsing==3.3.2 # via matplotlib -pytest==9.0.2 +pytest==9.0.3 # via # -r deps/pytest.txt # pytest-asyncio diff --git a/dev_tools/requirements/max_compat/pytest-max-compat.env.txt b/dev_tools/requirements/max_compat/pytest-max-compat.env.txt index 53ebc649d..f1628bd9d 100644 --- a/dev_tools/requirements/max_compat/pytest-max-compat.env.txt +++ b/dev_tools/requirements/max_compat/pytest-max-compat.env.txt @@ -155,7 +155,7 @@ pyparsing==3.3.2 # via # -c max_compat/dev.env.txt # matplotlib -pytest==9.0.2 +pytest==9.0.3 # via # -c max_compat/dev.env.txt # -r deps/pytest.txt