From 8b1ff18f172e9d63687c2a5e918bfb5bc8e73052 Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Tue, 24 Sep 2024 21:01:00 +0100 Subject: [PATCH] docs: Update dependencies --- docs/pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/pyproject.toml b/docs/pyproject.toml index a636caea1..fe8ac1d86 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -12,8 +12,12 @@ dependencies = [ "furo", "myst-parser", "platformdirs", - "pytest_lsp", + "pytest_lsp>=1.0b0", + "pygls>=2.0a0", ] +[tool.hatch.envs.docs.env-vars] +UV_PRERELEASE = "allow" + [tool.hatch.envs.docs.scripts] build = "sphinx-build -M dirhtml . ./_build"