From ba206f2304d3c24f6520fad244cfcff925ae4303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 15:37:48 +0000 Subject: [PATCH] pip-websocket: bump pytest in /client-samples/python/websockets 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/websockets/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-samples/python/websockets/dev-requirements.txt b/client-samples/python/websockets/dev-requirements.txt index 25d6c01..ff6acff 100644 --- a/client-samples/python/websockets/dev-requirements.txt +++ b/client-samples/python/websockets/dev-requirements.txt @@ -1,3 +1,3 @@ black==25.11.0 -pytest==8.4.2 +pytest==9.0.1 websockets==15.0.1 \ No newline at end of file