diff --git a/HISTORY.rst b/HISTORY.rst index 78a67f26..6148e40f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -81,7 +81,7 @@ PlatformIO Core 5 - Updated analysis tools: * ``Cppcheck v2.1`` with a new "soundy" analysis option and improved code parser - * ``PVS-Studio v7.08`` with a new file list analysis mode and an extended list of diagnostic rules + * ``PVS-Studio v7.09`` with a new file list analysis mode and an extended list of analysis diagnostics - Added Cppcheck package for ARM-based single-board computers (`issue #3559 `_) - Fixed an issue with PIO Check when a defect with a multiline error message is not reported in verbose mode (`issue #3631 `_) diff --git a/platformio/__init__.py b/platformio/__init__.py index f5d915ff..e940a364 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -53,7 +53,7 @@ __core_packages__ = { "tool-scons": "~2.20501.7" if sys.version_info.major == 2 else "~4.40001.0", "tool-cppcheck": "~1.210.0", "tool-clangtidy": "~1.100000.0", - "tool-pvs-studio": "~7.8.0", + "tool-pvs-studio": "~7.9.0", } __check_internet_hosts__ = [