From 053ea54ac9b904279449346a36ee9003ebf3418b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:04:14 +0000 Subject: [PATCH] build(deps): bump pytest Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 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.3.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../schema-and-contract-testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-test-samples/schema-and-contract-testing/requirements.txt b/python-test-samples/schema-and-contract-testing/requirements.txt index 0263724e..b128b205 100644 --- a/python-test-samples/schema-and-contract-testing/requirements.txt +++ b/python-test-samples/schema-and-contract-testing/requirements.txt @@ -2,5 +2,5 @@ iniconfig==2.0.0 packaging==23.1 pluggy==1.0.0 pydantic==1.10.13 -pytest==7.3.1 +pytest==9.0.3 typing_extensions==4.5.0