From 5fe0324e8660eb110aebd8276f781aec35b45e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 13:52:28 +0000 Subject: [PATCH] Bump websockets from 11.0.3 to 12.0 Bumps [websockets](https://github.com/python-websockets/websockets) from 11.0.3 to 12.0. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/11.0.3...12.0) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f3b94e..178ebf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "async_websocket_pool"}] [tool.poetry.dependencies] python = "^3.10" -websockets = "^11.0.3" +websockets = ">=11.0.3,<13.0.0" [tool.poetry.group.dev.dependencies] pytest = ">=7.3.1,<9.0.0"