From 319c75bac823423e4eb3374ba20a37ea6a6c40e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:05:57 +0000 Subject: [PATCH] Update websockets requirement from ^11.0 to >=11,<13 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/11.0...12.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 fa4ca27..a16477e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ keywords = ["hikari", "discord", "clustering", "bot", "ipc"] [tool.poetry.dependencies] python = ">=3.8.0,<3.12" hikari = "^2.0.0.dev105" -websockets = "^11.0" +websockets = ">=11,<13" pytest-cov = ">=3,<5" [tool.poetry.group.dev.dependencies]