diff --git a/docs b/docs index badc12a5..2502cca2 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit badc12a5d835ee9740fa09db0af0b2bba5d00124 +Subproject commit 2502cca21a23dbb2b74f9a5ff5ff80f94d62b2f1 diff --git a/examples b/examples index 2585734b..4953bbab 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 2585734bbf4aaef813079900072aa50bda9a04b9 +Subproject commit 4953bbabae6cccecbd5a4852519f2f91816c9f77 diff --git a/tests/commands/pkg/test_install.py b/tests/commands/pkg/test_install.py index 0b837993..f0033fee 100644 --- a/tests/commands/pkg/test_install.py +++ b/tests/commands/pkg/test_install.py @@ -446,7 +446,7 @@ def test_custom_project_libraries( ) assert pkgs_to_specs(lm.get_installed()) == [ PackageSpec("ArduinoJson@5.13.4"), - PackageSpec("Nanopb@0.4.9"), + PackageSpec("Nanopb@0.4.91"), ] assert config.get("env:devkit", "lib_deps") == [ "bblanchon/ArduinoJson@^5",