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"