From b65e3df54c54d141aaafe7cbe7f82af62f494afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:25:29 +0000 Subject: [PATCH] Update websockets requirement from <14,>=13 to >=13,<15 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...14.0) --- updated-dependencies: - dependency-name: websockets 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 b86fc880..28792782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ openapi = [ fastapi = [ "asyncer==0.0.8", "fastapi>=0.112,<1", - "websockets>=13,<14", + "websockets>=13,<15", ] nats = [