From 728c186d7e39b24ae482868235be7d97b99cc571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:54:15 +0000 Subject: [PATCH] Build(deps): Update pytest requirement Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pytest` to 9.1.1 - [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.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production dependency-group: pip-all ... Signed-off-by: dependabot[bot] --- tests/cross-impl/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cross-impl/requirements.txt b/tests/cross-impl/requirements.txt index 93a01ae..077a599 100644 --- a/tests/cross-impl/requirements.txt +++ b/tests/cross-impl/requirements.txt @@ -1,3 +1,3 @@ httpx>=0.28.1 -pytest>=9.0.3 +pytest>=9.1.1 pytest-asyncio>=1.4.0