diff --git a/platformio/test/runners/doctest.py b/platformio/test/runners/doctest.py index 9a6df7cf..2360c4e6 100644 --- a/platformio/test/runners/doctest.py +++ b/platformio/test/runners/doctest.py @@ -102,7 +102,7 @@ class DoctestTestCaseParser: class DoctestTestRunner(TestRunnerBase): - EXTRA_LIB_DEPS = ["doctest/doctest@^2.4.8"] + EXTRA_LIB_DEPS = ["doctest/doctest@^2.4.9"] def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) diff --git a/platformio/test/runners/googletest.py b/platformio/test/runners/googletest.py index 973b16fa..9c8beba2 100644 --- a/platformio/test/runners/googletest.py +++ b/platformio/test/runners/googletest.py @@ -90,7 +90,7 @@ class GoogletestTestCaseParser: class GoogletestTestRunner(TestRunnerBase): - EXTRA_LIB_DEPS = ["google/googletest@^1.11.0"] + EXTRA_LIB_DEPS = ["google/googletest@^1.12.0"] def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs)