From b0bbe49a753d3a407745f84e8ecd8740393bd8ef Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Mon, 14 Oct 2024 13:16:18 -0700 Subject: [PATCH] Fix lock --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index d7de777c..7a00afed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1532,4 +1532,4 @@ ws = ["websockets"] [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "f6879742d6d1a736e898187779566433f207b7227965d24c5f77fb24955be847" +content-hash = "54ff2807d35912aab4210e984ed466cd22424d226500ea6e696ff7f5ce21d00b" diff --git a/pyproject.toml b/pyproject.toml index 973a33e4..9545afb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ readme = "README.md" python = ">=3.9" cattrs = ">=23.1.2" lsprotocol = "2024.0.0b1" -websockets = { version = ">=11.0.3", optional = true } +websockets = { version = ">=13.0", optional = true } [tool.poetry.extras] ws = ["websockets"]