From f25719aa5f4e8f26f1b3681af9304de41678231f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:09:07 +0000 Subject: [PATCH] Update websockets requirement from >=8.1,<13.0 to >=8.1,<14.0 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/8.1...13.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 5416cbb..e765fb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ python-dateutil = ">=2.8.2" ruyaml = ">=0.91.0" python = "^3.9.0" voluptuous = ">=0.13.1" -websockets = ">=8.1,<13.0" +websockets = ">=8.1,<14.0" [tool.poetry.dev-dependencies] Sphinx = "^7.1.2"