Skip to content

Commit 7157d82

Browse files
Update pyserial requirement from ~=3.4.0 to ~=3.5 (#72)
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](pyserial/pyserial@v3.4...v3.5) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f92ec8 commit 7157d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
hjson~=3.0.1
22
mock~=3.0.5
33
pyroute2==0.5.*
4-
pyserial~=3.4.0
4+
pyserial~=3.5
55
python-pppd==1.0.3
66
python-sdk-auth~=0.3.0
77
pyudev~=0.22.0

0 commit comments

Comments
 (0)