From 7abd4aa33fc2b0134172ea468d7cd927d04d17f6 Mon Sep 17 00:00:00 2001 From: semuadmin <28569967+semuadmin@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:15:35 +0100 Subject: [PATCH] update min pynmeagsp ver to 1.0.42 --- pyproject.toml | 2 +- tests/test_socket.py | 2 +- tests/test_stream.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1af79fd..53de93c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: GIS", ] -dependencies = ["pynmeagps >= 1.0.41", "pyrtcm >= 1.1.1"] +dependencies = ["pynmeagps >= 1.0.42", "pyrtcm >= 1.1.1"] [project.urls] homepage = "https://github.com/semuconsulting/pyubx2" diff --git a/tests/test_socket.py b/tests/test_socket.py index 3817534..b86ccab 100644 --- a/tests/test_socket.py +++ b/tests/test_socket.py @@ -75,7 +75,7 @@ def testSocketStub(self): "", "", "", - "", + "", "", "", "", diff --git a/tests/test_stream.py b/tests/test_stream.py index 3935874..9da6faf 100644 --- a/tests/test_stream.py +++ b/tests/test_stream.py @@ -440,15 +440,15 @@ def testNMEA(self): # test NMEA stream "", "", "", - "", + "", "", - "", + "", "", "", "", "", "", - "", + "", "", "", ]