From b80d70919bdd1a331e8e4df36f01398987a10eb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 18:30:27 +0000 Subject: [PATCH] [pip] Update prologix-gpib-async requirement from ~=1.4.12 to ~=1.4.13 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.12...1.4.13) --- updated-dependencies: - dependency-name: prologix-gpib-async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8f9c5d8..ecabd0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiostream~=0.5.2 aiomqtt~=1.2.1 beanie~=1.23.6 gpib-ctypes>=0.3.0 -prologix-gpib-async~=1.4.12 +prologix-gpib-async~=1.4.13 pydantic~=2.5.2 python-decouple~=3.8 simplejson~=3.19.2