From f7879f8045992f884f07fcc027839694fd358ed0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 19:40:39 +0000 Subject: [PATCH] Update dependency PySDL2 to v0.9.16 --- prototypes/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/requirements.txt b/prototypes/requirements.txt index 3b28c17..7c88828 100644 --- a/prototypes/requirements.txt +++ b/prototypes/requirements.txt @@ -1,3 +1,3 @@ -PySDL2==0.9.6 +PySDL2==0.9.16 pysdl2-dll==2.0.12 PySide6