From 8c8494cfefb99bdcbf88f9b0c93dd5a8ed24e981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 14:57:49 +0000 Subject: [PATCH] chore(deps): bump pyvisa-py from 0.5.3 to 0.8.0 Bumps [pyvisa-py](https://github.com/pyvisa/pyvisa-py) from 0.5.3 to 0.8.0. - [Release notes](https://github.com/pyvisa/pyvisa-py/releases) - [Changelog](https://github.com/pyvisa/pyvisa-py/blob/main/CHANGES) - [Commits](https://github.com/pyvisa/pyvisa-py/compare/0.5.3...0.8.0) --- updated-dependencies: - dependency-name: pyvisa-py dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 17 ++++++++++------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index ec4dda56..23af0216 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2016,25 +2016,28 @@ typing_extensions = ">=4.0.0" [[package]] name = "pyvisa-py" -version = "0.5.3" +version = "0.8.0" description = "Pure Python implementation of a VISA library." optional = true -python-versions = ">=3.7" +python-versions = ">=3.10" groups = ["main"] markers = "extra == \"all\" or extra == \"instrument\" or extra == \"plugins\"" files = [ - {file = "PyVISA-py-0.5.3.tar.gz", hash = "sha256:4c80954ce454582169ecfd7117b3df8c3b668bd62073aa6798e92d3d1395f58a"}, - {file = "PyVISA_py-0.5.3-py3-none-any.whl", hash = "sha256:9f876de5945560421424c62b7880f328b59530fac6fbcbe604ae71646632b331"}, + {file = "pyvisa_py-0.8.0-py3-none-any.whl", hash = "sha256:0254b8ee711c4ca6c5ff6b7450b900af6347a23d25c0f0169f94952b324b4130"}, + {file = "pyvisa_py-0.8.0.tar.gz", hash = "sha256:cfadb9faeb9499e53ce52d9d7f1558e6663e78f7f0431c775aa49ce925e08917"}, ] [package.dependencies] -pyvisa = ">=1.12.0" -typing-extensions = "*" +pyvisa = ">=1.15.0" +typing_extensions = "*" [package.extras] gpib-ctypes = ["gpib-ctypes (>=0.3.0)"] +hislip-discovery = ["zeroconf"] +psutil = ["psutil"] serial = ["pyserial (>=3.0)"] usb = ["pyusb"] +vicp = ["pyvicp", "zeroconf"] [[package]] name = "pywin32" @@ -2894,4 +2897,4 @@ testrail = ["requests", "rich"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "9908424e4baa7a4be65f157993b8f7b0e3f66b49c4a7eae63bee00169c4e2108" +content-hash = "7be757cdcfe395fe2085f28a0627f1c1b96a5dc6f64c7936f9fa8980ae04e556" diff --git a/pyproject.toml b/pyproject.toml index dcb06513..c28fa14f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ pyreadline3 = { version = "^3.4.1", python = "^3.5" } pyserial = { version = "^3.0", optional = true } python-can = { version = "~4.4.2", optional = true, extras = ["pcan,vector"] } PyVISA = { version = "^1.12.0", optional = true } -PyVISA-py = { version = "~0.5.3", optional = true } +PyVISA-py = { version = ">=0.5.3,<0.9.0", optional = true } PyYAML = "^6.0" requests = { version = "^2.28.2", optional = true } rich = { version = "^13.2.0", optional = true }