From 72ecd63d79563f1c1f8166bd6f86a8d8efca0609 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Fri, 20 Dec 2024 15:34:05 -0600
Subject: [PATCH] Bump pymbolic dep to 2024.2.2

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index e299848b..0134b2b4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ classifiers = [
 ]
 dependencies = [
     "pytools>=2024.1.5",
-    "pymbolic>=2024.2",
+    "pymbolic>=2024.2.2",
     "genpy>=2016.1.2",
 
     # https://github.com/inducer/loopy/pull/419
-- 
GitLab