From 4e8817ff1e5b881a289a09335576ac5936bee854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:01:57 +0000 Subject: [PATCH] Update pvi requirement in the dev-dependencies group Updates the requirements on [pvi](https://github.com/epics-containers/pvi) to permit the latest version. Updates `pvi` to 0.9.0 - [Release notes](https://github.com/epics-containers/pvi/releases) - [Commits](https://github.com/epics-containers/pvi/compare/0.8.1...0.9.0) --- updated-dependencies: - dependency-name: pvi dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53c1f426..18908ade 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "aioserial", "numpy", "pydantic", - "pvi~=0.8.1", + "pvi>=0.8.1,<0.10.0", "softioc", ] dynamic = ["version"]