From db950aab06880ce43c61871aff7520549150bf16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:02:38 +0000 Subject: [PATCH] Update pyserial-asyncio requirement from >=0.4 to >=0.6 Updates the requirements on [pyserial-asyncio](https://github.com/pyserial/pyserial-asyncio) to permit the latest version. - [Release notes](https://github.com/pyserial/pyserial-asyncio/releases) - [Commits](https://github.com/pyserial/pyserial-asyncio/compare/v0.4...v0.6) --- updated-dependencies: - dependency-name: pyserial-asyncio dependency-version: '0.6' 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 85745b2..1dc3826 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pyserial>=3.4 -pyserial-asyncio>=0.4 +pyserial-asyncio>=0.6