From aa3150697d17285d59db42f6bdfea8a49e11b678 Mon Sep 17 00:00:00 2001 From: frostney <554648+frostney@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:16:44 +0000 Subject: [PATCH] chore(toml-test): bump pin to 4d77658d --- scripts/run_toml_test_suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_toml_test_suite.py b/scripts/run_toml_test_suite.py index 58b55de45..146971c68 100644 --- a/scripts/run_toml_test_suite.py +++ b/scripts/run_toml_test_suite.py @@ -14,7 +14,7 @@ SUITE_REPO_URL = "https://github.com/toml-lang/toml-test.git" SUITE_VERSION = "1.1.0" -SUITE_SHA = "af5f8052e9109206ad3977508263c97907f0797d" +SUITE_SHA = "4d77658d0f903a13454ece4dbfeafeb7c7f31c9f" SUITE_FILE_LIST = f"tests/files-toml-{SUITE_VERSION}" DEFAULT_TIMEOUT_SECONDS = 5 HARNESS_SOURCE_PATH = Path("scripts/GocciaTOMLCheck.dpr")