From b24a3a5691ed5fa42059e4cec8fb1858bbf3fc98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 18:54:24 +0000 Subject: [PATCH] [skip ci]: Bump yoctopuce from 2.0.61039 to 2.0.61305 in /src Bumps [yoctopuce](https://github.com/yoctopuce/yoctolib_python) from 2.0.61039 to 2.0.61305. - [Commits](https://github.com/yoctopuce/yoctolib_python/compare/v2.0.61039...v2.0.61305) --- updated-dependencies: - dependency-name: yoctopuce dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 99e30d54b..48ba73286 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -73,7 +73,7 @@ babel==2.15.0 # ### yoctopuce 1.10.42060 on macOS 10.13 yoctopuce==1.10.42060; sys_platform=='darwin' and platform_release<'20.0' # last version supporting macOS 10.13 -yoctopuce==2.0.61039; sys_platform!='darwin' or (sys_platform=='darwin' and platform_release>='20.0') +yoctopuce==2.0.61305; sys_platform!='darwin' or (sys_platform=='darwin' and platform_release>='20.0') # last 1.x yoctopuce lib: 1.10.57762 # 2.0.59414 is no longer universal2 lacking arm64 support; 2.0.59503 should fix this ##