From 2813d15d4f898683bf244dcb4705d826be132100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 19:33:17 +0000 Subject: [PATCH] chore(deps): update websockets requirement from <17,>=14 to >=14,<18 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/14.0...17.0) --- updated-dependencies: - dependency-name: websockets dependency-version: '17.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43875b8..b3a24d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "httpx>=0.27,<1", "pydantic>=2.4,<3", "cryptography>=43,<50", - "websockets>=14,<17", + "websockets>=14,<18", "typing-extensions>=4.5", ]