From b553adbc297c2783471011042a4300e76087bdb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 05:46:15 +0000 Subject: [PATCH] Bump pyvisa from 1.10.1 to 1.11.0 Bumps [pyvisa](https://github.com/pyvisa/pyvisa) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/pyvisa/pyvisa/releases) - [Changelog](https://github.com/pyvisa/pyvisa/blob/master/ChangeLog) - [Commits](https://github.com/pyvisa/pyvisa/compare/1.10.1...1.11.0) 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..3c39f0e8df0f 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.0 h5py==2.10.0 PyQt5==5.9.*;python_version<'3.8' # there are currently no pyqt5 packages build for 3.8 on pypi QtPy