From 752f0feaf0785e4e1a2391e5a4be104158d3be1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 04:01:24 +0000 Subject: [PATCH] Bump pyvisa from 1.15.0 to 1.16.0 Bumps [pyvisa](https://github.com/pyvisa/pyvisa) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/pyvisa/pyvisa/releases) - [Changelog](https://github.com/pyvisa/pyvisa/blob/main/ChangeLog) - [Commits](https://github.com/pyvisa/pyvisa/compare/1.15.0...1.16.0) --- updated-dependencies: - dependency-name: pyvisa dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 53e3fe9eff6..3892ab02497 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "packaging>=20.0", "pandas>=1.5.0", "pyarrow>=11.0.0", # will become a requirement of pandas. Installing explicitly silences a warning - "pyvisa>=1.11.0, <1.16.0", + "pyvisa>=1.11.0, <1.17.0", "ruamel.yaml>=0.16.0,!=0.16.6", "tabulate>=0.9.0", "typing_extensions>=4.6.0", diff --git a/requirements.txt b/requirements.txt index 53bd21f8d88..dfca44a6a1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -327,7 +327,7 @@ python-dateutil==2.9.0.post0 # pandas pytz==2025.2 # via pandas -pyvisa==1.15.0 +pyvisa==1.16.0 # via # qcodes (pyproject.toml) # pyvisa-sim