From 178b78a15c2400de6f327c2a549bd3600c1bd18c Mon Sep 17 00:00:00 2001 From: pushfoo <36696816+pushfoo@users.noreply.github.com> Date: Tue, 2 May 2023 15:50:00 -0400 Subject: [PATCH] Bump pyglet 2.0.6 to guarantee RGBA caret support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27da211397..c88c415f2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules" ] dependencies = [ - "pyglet>=2.0.3,<2.1", + "pyglet>=2.0.6,<2.1", "pillow~=9.4.0", "pymunk~=6.4.0", "pytiled-parser~=2.2.0"