From c317c193a42f1af92a6ce1eaeb5394dbe55d0c72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 02:51:22 +0000 Subject: [PATCH] Update dependency PySDL2 to v0.9.17 --- prototypes/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/requirements.txt b/prototypes/requirements.txt index 3b28c17..22a0434 100644 --- a/prototypes/requirements.txt +++ b/prototypes/requirements.txt @@ -1,3 +1,3 @@ -PySDL2==0.9.6 +PySDL2==0.9.17 pysdl2-dll==2.0.12 PySide6