Skip to content

Commit 850b2bb

Browse files
committed
Update websockets dependency to support version 13
Resolves #591
1 parent 647ba03 commit 850b2bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ httpx = [
3939
h2 = "^4.1.0" # required for httx package, HTTP2 communication
4040
websockets = [
4141
{ version = ">= 10.0, < 12.0", python = "~3.7" },
42-
{ version = ">= 12.0, < 13.0", python = "^3.8" },
42+
{ version = ">= 12.0, < 14.0", python = "^3.8" },
4343
]
4444
pyee = [
4545
{ version = "^9.0.4", python = "~3.7" },

0 commit comments

Comments
 (0)