From ba265c90ed7912725ad5ab068aa2835e027cf96f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 23:49:40 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20win?= =?UTF-8?q?dows-curses=20to=20v2.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e2bad7..96a6059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "fix-busted-json==0.0.18", "Google-Images-Search==1.4.7", "requests==2.32.3", - "windows-curses==2.4.0; platform_system == 'Windows'", + "windows-curses==2.4.1; platform_system == 'Windows'", "coqui-tts==0.24.1", ]