diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..b38df29f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" diff --git a/setup.cfg b/setup.cfg index e5ed64a0..3cb0c6b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ package_dir = packages=find: install_requires = - yt-dlp + yt-dlp==2023.3.4 argparse==1.4.0 mergedeep==1.3.4 mediafile==0.10.1