diff --git a/pyproject.toml b/pyproject.toml index 6d0af9f..1348734 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.9,<4" transitions = ">=0.7,<0.10" -Pint = ">=0.15,<0.24" +Pint = ">=0.15,<0.25" "ruamel.yaml" = {version = ">=0.16.5,<0.19.0", optional = true} pygls = {version = "^1.0.0", optional = true} Jinja2 = ">=2.11.3,<4.0.0"