From e0cc2327fbb08c57f46ba7838dfcb4693a086ffe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:31:14 +0000 Subject: [PATCH] deps: update websockets requirement in the python-dependencies group Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version. Updates `websockets` to 16.1.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/15.0...16.1.1) --- updated-dependencies: - dependency-name: websockets dependency-version: 16.1.1 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fbf5779..24b0b1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "orjson>=3.11,<4.0", "duckdb>=1.4,<2.0", "typing-extensions>=4.4", - "websockets>=15.0,<16.0", + "websockets>=15.0,<17.0", ] [project.optional-dependencies]