From a154f7f363528904c8473a906a67ab0f35373559 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:54:42 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20win?= =?UTF-8?q?dows-curses=20to=20v2.3.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pdm.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pdm.lock b/pdm.lock index 5a75782..e730e50 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "lint"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.2" -content_hash = "sha256:f862f4c804678cfa36a1c09efabeb52fe7313d331b1e89e2eba4ae2a009abcf0" +content_hash = "sha256:2959a42f06a85753e2652de07b0b46522d2bfb4603d5f594527f3e49a1a149a1" [[package]] name = "absl-py" @@ -3895,13 +3895,13 @@ files = [ [[package]] name = "windows-curses" -version = "2.3.2" +version = "2.3.3" summary = "Support for the standard curses module on Windows" groups = ["default"] marker = "platform_system == \"Windows\"" files = [ - {file = "windows_curses-2.3.2-cp310-cp310-win32.whl", hash = "sha256:0286d35c9a2589731af3cf2b1251635a400f4b61aef2b9c081f6c98e7887a170"}, - {file = "windows_curses-2.3.2-cp310-cp310-win_amd64.whl", hash = "sha256:b5e68520c7e92dff72914e4126cadb5b8eb3b6c968d955de6d35ff42306da8c0"}, + {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"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 8984372..6c11fbb 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.2; platform_system == 'Windows'", + "windows-curses==2.3.3; platform_system == 'Windows'", "coqui-tts==0.24.1", ]