From 5be0a55918cab61cf0a246a8f9b11f15e6de18bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:09:16 +0000 Subject: [PATCH] pip-websocket: bump black Bumps the pip group with 1 update in the /client-samples/python/websockets directory: [black](https://github.com/psf/black). Updates `black` from 26.1.0 to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/26.1.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development dependency-group: pip ... 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 0629909..0dcfe91 100644 --- a/client-samples/python/websockets/dev-requirements.txt +++ b/client-samples/python/websockets/dev-requirements.txt @@ -1,3 +1,3 @@ -black==26.1.0 +black==26.3.1 pytest==9.0.2 websockets==16.0 \ No newline at end of file