From 6afcdaa712c1e6d478c1497c8d1fb5ef3292ebc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 08:53:07 +0000 Subject: [PATCH] Update dependency types-pyserial to v3.5.0.20260519 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e78b389..eaecf4e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'pytest-xdist==3.*', 'ruff==0.15.12', 'mypy==1.14.1', - 'types-pyserial==3.5.0.20240311' + 'types-pyserial==3.5.0.20260519' ], }, entry_points={