Skip to content

Commit 3787ba1

Browse files
committed
chore: remove the upper bound for websockets
1 parent 8040de5 commit 3787ba1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"macaroonbakery>=1.1,<2.0",
2626
"pyRFC3339>=1.0,<2.0",
2727
"pyyaml>=5.1.2",
28-
"websockets>=13.0.1,<14.0",
28+
"websockets>=13.0.1",
2929
"paramiko>=2.4.0",
3030
"pyasn1>=0.4.4",
3131
"toposort>=1.5,<2",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"macaroonbakery>=1.1,<2.0",
2424
"pyRFC3339>=1.0,<2.0",
2525
"pyyaml>=5.1.2",
26-
"websockets>=13.0.1,<14.0",
26+
"websockets>=13.0.1",
2727
"paramiko>=2.4.0",
2828
"pyasn1>=0.4.4",
2929
"toposort>=1.5,<2",

0 commit comments

Comments
 (0)