Skip to content

Commit c13f58e

Browse files
chore(deps): bump pyvisa-py from 0.5.3 to 0.8.1
Bumps [pyvisa-py](https://github.com/pyvisa/pyvisa-py) from 0.5.3 to 0.8.1. - [Release notes](https://github.com/pyvisa/pyvisa-py/releases) - [Changelog](https://github.com/pyvisa/pyvisa-py/blob/main/CHANGES) - [Commits](pyvisa/pyvisa-py@0.5.3...0.8.1) --- updated-dependencies: - dependency-name: pyvisa-py dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d961527 commit c13f58e

2 files changed

Lines changed: 36 additions & 32 deletions

File tree

poetry.lock

Lines changed: 35 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pyreadline3 = { version = "^3.4.1", python = "^3.5" }
5151
pyserial = { version = "^3.0", optional = true }
5252
python-can = { version = "~4.4.2", optional = true, extras = ["pcan,vector"] }
5353
PyVISA = { version = "^1.12.0", optional = true }
54-
PyVISA-py = { version = "~0.5.3", optional = true }
54+
PyVISA-py = { version = ">=0.5.3,<0.9.0", optional = true }
5555
PyYAML = "^6.0"
5656
requests = { version = "^2.28.2", optional = true }
5757
rich = { version = "^13.2.0", optional = true }

0 commit comments

Comments
 (0)