From 635f6403cbe63923c515c356cd4741f8e932a0b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 13:35:13 +0000 Subject: [PATCH] Bump the dev-dependencies group with 2 updates Updates the requirements on [pvi](https://github.com/epics-containers/pvi) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. Updates `pvi` to 0.8.1 - [Release notes](https://github.com/epics-containers/pvi/releases) - [Commits](https://github.com/epics-containers/pvi/compare/0.7...0.8.1) Updates `pytest-asyncio` to 0.23.7 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.2...v0.23.7) --- updated-dependencies: - dependency-name: pvi dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pytest-asyncio dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4550a932..92310496 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"] @@ -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",