From cb74e05dd41f74f361baf12ae16ba049f6e54a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 16:31:02 +0000 Subject: [PATCH] Bump pyvisa from 1.10.1 to 1.11.3 Bumps [pyvisa](https://github.com/pyvisa/pyvisa) from 1.10.1 to 1.11.3. - [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.10.1...1.11.3) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee59f6055d8e..e8d505d3297d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy==1.17.* matplotlib==3.1.* pyqtgraph==0.11.0 -PyVISA==1.10.1 +PyVISA==1.11.3 h5py==2.10.0 PyQt5==5.9.*;python_version<'3.8' # there are currently no pyqt5 packages build for 3.8 on pypi QtPy