From 2f32419db758dbe6e131661de4e115483dac809d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:06:14 +0900 Subject: [PATCH] Update websockets requirement from <13,>=9.1 to >=9.1,<14 (#1551) 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/9.1...13.0.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/optional.txt b/requirements/optional.txt index ac452ab4..4a6d4fcc 100644 --- a/requirements/optional.txt +++ b/requirements/optional.txt @@ -12,5 +12,5 @@ boto3<=2 SQLAlchemy>=1.4,<3 # Socket Mode # websockets 9 is not compatible with Python 3.10 -websockets>=9.1,<13 +websockets>=9.1,<14 websocket-client>=1,<2