From 50fb0569435fcc7bba62b5a30b1623279e1be002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 09:42:29 +0000 Subject: [PATCH] Update websockets requirement from >=13.0 to >=16.1 Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/13.0...16.1) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.1' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33e9377..39828b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -websockets>=13.0 +websockets>=16.1