From a927d53cef96e665606f5519a92e70e03b03dff4 Mon Sep 17 00:00:00 2001 From: Darren Eberly Date: Thu, 16 Jan 2025 18:17:21 -0500 Subject: [PATCH] Update pytiled-parser version to 2.2.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f3120a0e9..7dafcb5520 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "pyglet~=2.1.0", "pillow~=11.0.0", "pymunk~=6.9.0", - "pytiled-parser~=2.2.7", + "pytiled-parser~=2.2.8", ] dynamic = ["version"]