diff --git a/poetry.lock b/poetry.lock index 6a3f021b..833ff925 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2218,20 +2218,20 @@ test = ["coverage", "pycodestyle", "pyflakes", "pylint", "pytest", "pytest-cov"] [[package]] name = "python-lsp-server" -version = "1.14.0" +version = "1.15.0" description = "Python Language Server for the Language Server Protocol" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "python_lsp_server-1.14.0-py3-none-any.whl", hash = "sha256:a71a917464effc48f4c70363f90b8520e5e3ba8201428da80b97a7ceb259e32a"}, - {file = "python_lsp_server-1.14.0.tar.gz", hash = "sha256:509c445fc667f41ffd3191cb7512a497bf7dd76c14ceb1ee2f6c13ebe71f9a6b"}, + {file = "python_lsp_server-1.15.0-py3-none-any.whl", hash = "sha256:d6ac11b467021310498f2dffb2edf09629bbcfe0d3073156db2337334a60463f"}, + {file = "python_lsp_server-1.15.0.tar.gz", hash = "sha256:85fa090262c3d1aef09b759d98811d6cb9ad5bbc58af15d588608ae8c1925801"}, ] [package.dependencies] black = "*" docstring-to-markdown = "*" -jedi = ">=0.17.2,<0.20.0" +jedi = ">=0.17.2,<0.21.0" pluggy = ">=1.0.0" python-lsp-jsonrpc = ">=1.1.0,<2.0.0" ujson = ">=3.0.0"