From 16f6164868b3e9d8a5a5aae9d4319e90f7445b8d Mon Sep 17 00:00:00 2001 From: Thijs Takken <23289714+thijstakken@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:15:06 +0200 Subject: [PATCH 1/3] Create dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e2a8a66 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "pip" # See documentation for possible values + directory: "/requirements.txt" # Location of package manifests + schedule: + interval: "weekly" From 99531f77125b13541c8bec7155146cbc94046a54 Mon Sep 17 00:00:00 2001 From: Thijs Takken <23289714+thijstakken@users.noreply.github.com> Date: Sat, 26 Aug 2023 20:09:14 +0200 Subject: [PATCH 2/3] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e2a8a66..91abb11 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "pip" # See documentation for possible values - directory: "/requirements.txt" # Location of package manifests + directory: "/" # Location of package manifests schedule: interval: "weekly" From aa79e13fce3de5a3b09e3f84069b69ab9bb2f724 Mon Sep 17 00:00:00 2001 From: Thijs Takken <23289714+thijstakken@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:05:17 +0200 Subject: [PATCH 3/3] Update requirements.txt upgrade yt-dlp dependency --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4490e28..0eafd39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ #youtube_dl==2021.12.17 -yt-dlp==2023.7.6 +yt-dlp==2023.10.13 python-dotenv #os requests -pyparsing \ No newline at end of file +pyparsing