diff --git a/poetry.lock b/poetry.lock index f1f48bcd12a..8e509498d85 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1028,13 +1028,13 @@ sgmllib3k = "*" [[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]] @@ -4594,4 +4594,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12.0" -content-hash = "8615d88211957be018fbd11f69e7305aa5a81f13d205ea7deed8daaa8720ce7f" +content-hash = "592573caaf1384b03631128f0a1f8d119d3463bd8782a63c5a288100f066f23c" diff --git a/pyproject.toml b/pyproject.toml index d399d48078b..d09b843d608 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 8f600cfaa0a..1d484c7c00c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ duckduckgo-search==3.9.11 ; python_full_version >= "3.12.0" and python_full_vers emoji==2.12.1 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" fastapi==0.109.2 ; 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" -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.15.4 ; 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"