From e6d6d05e811132b23630041594cf283fe01d99d4 Mon Sep 17 00:00:00 2001 From: f18326186224 Date: Thu, 30 May 2024 14:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=953?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 3 +-- requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f5eed0e..3e0d9a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,5 +11,4 @@ updates: interval: "weekly" allow: - dependency-name: "bilibili_api_python" - - dependency-name: "yt-dlp" - - dependency-name: "music163==1.0" \ No newline at end of file + - dependency-name: "yt-dlp" \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 0122352..1392704 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ bilibili_api_python==16.2.0 rich==13.7.1 setuptools==70.0.0 -yt-dlp==2024.5.26 -music163==1.0 \ No newline at end of file +yt-dlp==2024.5.26 \ No newline at end of file