From 9e60da0b998509fda03d702c87a26d7351963560 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 01:46:41 +0000 Subject: [PATCH] Update dependency ffmpy to v0.4.0 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 265e04922d..d6ffa4146a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1086,13 +1086,13 @@ pycryptodome = "*" [[package]] name = "ffmpy" -version = "0.3.3" -description = "A simple Python wrapper for ffmpeg" +version = "0.4.0" +description = "A simple Python wrapper for FFmpeg" optional = false -python-versions = ">=3.8.1,<4.0.0" +python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "ffmpy-0.3.3-py3-none-any.whl", hash = "sha256:4ba083a0b92544dbc8ed5b3074c5ca26f812e618b72851467f4f2e9125e111d7"}, - {file = "ffmpy-0.3.3.tar.gz", hash = "sha256:924cde7e0bb1b5eb58d21ada3b1622f95069c98769bbdf100ed381c7e750a55e"}, + {file = "ffmpy-0.4.0-py3-none-any.whl", hash = "sha256:39c0f20c5b465e7f8d29a5191f3a7d7675a8c546d9d985de8921151cd9b59e14"}, + {file = "ffmpy-0.4.0.tar.gz", hash = "sha256:131b57794e802ad555f579007497f7a3d0cab0583d37496c685b8acae4837b1d"}, ] [[package]] @@ -4730,4 +4730,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12.0" -content-hash = "8a11a8dbcb5d4a93dac0c9b6bbbd32e62fb7a412159945a10070df668f068928" +content-hash = "cc15bf8514349aeb521b51c69630932019cc995354f1101221a6373ff687a424" diff --git a/pyproject.toml b/pyproject.toml index 1cc68cc669..9ab24acdb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ py-cord = "^2.5.0" aiocqhttp = "^1.4.3" tabulate = "^0.9.0" feedparser = "^6.0.10" -ffmpy = "^0.3.0" +ffmpy = "^0.4.0" google-play-scraper = "^1.2.2" py-cpuinfo = "^9.0.0" aiofile = "^3.8.1" diff --git a/requirements.txt b/requirements.txt index be5934781b..9e90eba717 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ emoji==2.13.2 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0 fastapi==0.112.4 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" feedparser==6.0.11 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" ff3==1.0.2 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" -ffmpy==0.3.3 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" +ffmpy==0.4.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" filelock==3.16.1 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" filetype==1.2.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" flask==3.0.3 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"