diff --git a/pyproject.toml b/pyproject.toml index 6f0450f2..73ca6073 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "h5py", "softioc>=4.4.0", "pandablocks~=0.8.0", - "pvi~=0.7.0", + "pvi>=0.7,<0.9", "typing-extensions;python_version<'3.8'", ] # Add project dependencies here, e.g. ["click", "numpy"] dynamic = ["version"] @@ -38,7 +38,7 @@ dev = [ "pre-commit", "p4p", "pydata-sphinx-theme>=0.12", - "pytest-asyncio==0.21.1", # https://github.com/PandABlocks/PandABlocks-ioc/issues/84 + "pytest-asyncio==0.23.6", # https://github.com/PandABlocks/PandABlocks-ioc/issues/84 "pytest-cov", "ruff", "sphinx-autobuild",