Skip to content

Commit c018dde

Browse files
Update websockets requirement from <14,>=9.1 to >=9.1,<15 (#1604)
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](python-websockets/websockets@9.1...14.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7db3b0 commit c018dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/optional.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ boto3<=2
1212
SQLAlchemy>=1.4,<3
1313
# Socket Mode
1414
# websockets 9 is not compatible with Python 3.10
15-
websockets>=9.1,<14
15+
websockets>=9.1,<15
1616
websocket-client>=1,<2

0 commit comments

Comments
 (0)