From bcaf2fb2f20ee6aeb52459d166565c634f64aa91 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 9 Oct 2022 19:22:18 +0100 Subject: [PATCH] Youtube-DL downgrade, Dependabot config change --- .github/dependabot.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3e084d1..63627b7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,5 +9,5 @@ updates: directory: "/" schedule: interval: "weekly" - allow: + ignore: - dependency-name: "yt-dlp" diff --git a/requirements.txt b/requirements.txt index 6d636bf..09d0062 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,6 +20,6 @@ six==1.16.0 typing-extensions==4.1.1 urllib3==1.26.9 Werkzeug==2.0.3 -yt-dlp==2022.9.1 +yt-dlp==2022.7.18 zipp==3.6.0 Pillow==8.4.0 \ No newline at end of file