From 31fd3e7693e674c2ee46e9d9cd1f97a271663525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 08:13:17 +0000 Subject: [PATCH] pip-rest: bump pytest from 8.4.2 to 9.0.2 in /client-samples/python/rest Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.2. - [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.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 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..4f8196a 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.2 parameterized==0.9.0 \ No newline at end of file