Skip to content

Commit

Permalink
Update websockets requirement from <11,>=10 to >=10,<13 (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 5, 2024
1 parent 546f76e commit 4b9f764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ SQLAlchemy>=1.4,<3
# Socket Mode
# websockets 9 is not compatible with Python 3.10
websockets>=9.1,<10; python_version=="3.6"
websockets>=10,<11; python_version>"3.6"
websockets>=10,<13; python_version>"3.6"
websocket-client>=1,<2

0 comments on commit 4b9f764

Please sign in to comment.