From 0982bba1e622a213e2112536f58f6498baa3d160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 20:04:37 +0000 Subject: [PATCH] build(deps): update pyserial requirement from >=3.0 to >=3.5 Updates the requirements on [pyserial](https://github.com/pyserial/pyserial) to permit the latest version. - [Release notes](https://github.com/pyserial/pyserial/releases) - [Changelog](https://github.com/pyserial/pyserial/blob/master/CHANGES.rst) - [Commits](https://github.com/pyserial/pyserial/compare/v3.0...v3.5) --- updated-dependencies: - dependency-name: pyserial dependency-version: '3.5' 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 1d179dda8..9e207b3bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyserial (>= 3.0) +pyserial (>= 3.5) pillow ; sys_platform == 'win32' wxPython >= 4.2.0 numpy (>= 1.8.2)