From 91431d2363ae1014c0da3c7f6e739fb3585a8531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:01:10 +0200 Subject: [PATCH] [pip] Update prologix-gpib-async requirement from ~=1.4.13 to ~=1.4.14 (#59) Updates the requirements on [prologix-gpib-async](https://github.com/PatrickBaus/pyAsyncPrologixGpib) to permit the latest version. - [Release notes](https://github.com/PatrickBaus/pyAsyncPrologixGpib/releases) - [Commits](https://github.com/PatrickBaus/pyAsyncPrologixGpib/compare/1.4.13...1.4.14) --- updated-dependencies: - dependency-name: prologix-gpib-async dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ec92b11..75227f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ beanie~=1.26.0 gpib-ctypes>=0.3.0 hp3478a-async~=1.4.1 labnode-async~=0.16.3 -prologix-gpib-async~=1.4.13 +prologix-gpib-async~=1.4.14 pydantic~=2.7.4 python-decouple~=3.8 simplejson~=3.19.2