forked from platformio/platformio-core
Bump GoogleTest to ^1.12.0 and Doctest to ^2.4.9
This commit is contained in:
@ -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)
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user