From 76c15448a3f3280560803d8e167cbcd8edc7082e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 16:16:30 +0000 Subject: [PATCH] pip-rest: bump pytest from 8.4.2 to 9.0.1 in /client-samples/python/rest Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.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/8.4.2...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client-samples/python/rest/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-samples/python/rest/dev-requirements.txt b/client-samples/python/rest/dev-requirements.txt index f48d8db..4c4d073 100644 --- a/client-samples/python/rest/dev-requirements.txt +++ b/client-samples/python/rest/dev-requirements.txt @@ -1,4 +1,4 @@ black==25.11.0 requests-mock==1.12.1 -pytest==8.4.2 +pytest==9.0.1 parameterized==0.9.0 \ No newline at end of file