From 2d860f1faa4f96f0578a2165102bda212520302a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 16:31:06 +0000 Subject: [PATCH] Bump pyqtgraph from 0.11.0 to 0.11.1 Bumps [pyqtgraph](https://github.com/pyqtgraph/pyqtgraph) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/pyqtgraph/pyqtgraph/releases) - [Changelog](https://github.com/pyqtgraph/pyqtgraph/blob/master/CHANGELOG) - [Commits](https://github.com/pyqtgraph/pyqtgraph/compare/pyqtgraph-0.11.0...pyqtgraph-0.11.1) 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..4cc1c7312f0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==1.17.* matplotlib==3.1.* -pyqtgraph==0.11.0 +pyqtgraph==0.11.1 PyVISA==1.10.1 h5py==2.10.0 PyQt5==5.9.*;python_version<'3.8' # there are currently no pyqt5 packages build for 3.8 on pypi