From 83abd11907ee9777c26a02fa1e4515826c38ff26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 13:18:06 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20win?= =?UTF-8?q?dows-curses=20to=20v2.4.0=20(#125)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pdm.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pdm.lock b/pdm.lock index b9c3148..bde35e7 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "lint"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:00ed833de1febcce69f9c535314c695d3fe8e87e68d76691d143ad1a34cae8c1" +content_hash = "sha256:e675a623b7869a8d3b43eac1ad0ea97e7497301036e5a79eb62bf84c016a6135" [[metadata.targets]] requires_python = "==3.10.*" @@ -3616,13 +3616,13 @@ files = [ [[package]] name = "windows-curses" -version = "2.3.3" +version = "2.4.0" summary = "Support for the standard curses module on Windows" groups = ["default"] marker = "platform_system == \"Windows\"" files = [ - {file = "windows_curses-2.3.3-cp310-cp310-win32.whl", hash = "sha256:859011e77d7d9d9eaabb4fe081760cec966454bdea18a9f3a98e6d10e802fb61"}, - {file = "windows_curses-2.3.3-cp310-cp310-win_amd64.whl", hash = "sha256:cb0eaf41b90c0b7e33269a6cf34900d8b0d7f3fcf2c1f9dd8191bac11955b711"}, + {file = "windows_curses-2.4.0-cp310-cp310-win32.whl", hash = "sha256:525fa12689aa54cd8e4cfa6d03f3d4d336f2e9ef0b6db4fdb4d3c1b22a71180b"}, + {file = "windows_curses-2.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:4621042a28f48e2240314a624eb36f18121483d47f12c488cad9670f402ba6d7"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 58a3a0e..3146de6 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.3.3; platform_system == 'Windows'", + "windows-curses==2.4.0; platform_system == 'Windows'", "coqui-tts==0.24.1", ]