diff --git a/pyproject.toml b/pyproject.toml index 4550a932..25807de7 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.10", "typing-extensions;python_version<'3.8'", ] # Add project dependencies here, e.g. ["click", "numpy"] dynamic = ["version"] @@ -39,7 +39,7 @@ dev = [ "p4p", "pydata-sphinx-theme>=0.12", "pytest>=8.2.0", - "pytest-asyncio~=0.21.2", # https://github.com/PandABlocks/PandABlocks-ioc/issues/84 + "pytest-asyncio>=0.21.2,<0.24.0", # https://github.com/PandABlocks/PandABlocks-ioc/issues/84 "pytest-cov", "ruff", "sphinx-autobuild",