Skip to content

Commit

Permalink
Update pvi requirement in the dev-dependencies group
Browse files Browse the repository at this point in the history
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](epics-containers/pvi@0.8.1...0.9.0)

---
updated-dependencies:
- dependency-name: pvi
  dependency-type: direct:production
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent fb929a1 commit d2403b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"aioserial",
"numpy",
"pydantic",
"pvi~=0.8.1",
"pvi>=0.8.1,<0.10.0",
"softioc",
]
dynamic = ["version"]
Expand Down

0 comments on commit d2403b1

Please sign in to comment.