From 9af196eb5220385ebce52a47de8059f4605219d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:42:31 +0000 Subject: [PATCH] update to latest core commit Co-authored-by: oscarlevin via GitHub Actions --- pretext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pretext/__init__.py b/pretext/__init__.py index ba243a72..b71dbe40 100644 --- a/pretext/__init__.py +++ b/pretext/__init__.py @@ -21,7 +21,7 @@ VERSION = get_version("pretext", Path(__file__).parent.parent) -CORE_COMMIT = "3c662c9fc70c6fa49c031c44ffaebcfbf61ce2f1" +CORE_COMMIT = "42236bf454d9e3f98bc25f0bb5186029710f17f7" def activate() -> None: