diff --git a/pdm.lock b/pdm.lock index 4ad635e..931a58d 100644 --- a/pdm.lock +++ b/pdm.lock @@ -3324,10 +3324,10 @@ files = [ [[package]] name = "tiktok-uploader" -version = "1.0.15" +version = "1.0.16" requires_python = ">=3.0" git = "https://github.com/Paillat-dev/tiktok-uploader.git" -revision = "37eaff43337e3a3acf444442c03e267b50db229d" +revision = "7b7c7b0c9d990ebc3d772e8f6607f41cc023110e" summary = "An automatic TikTok video uploader w/ CLI. Uploads videos automatically using an automated browser and your cookies for authentication." groups = ["default"] dependencies = [ @@ -3458,7 +3458,7 @@ files = [ [[package]] name = "torch" -version = "2.3.0+cu118" +version = "2.3.0" requires_python = ">=3.8.0" summary = "Tensors and Dynamic neural networks in Python with strong GPU acceleration" groups = ["default"] diff --git a/pyproject.toml b/pyproject.toml index 107067b..8d4c6e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "moviepy @ git+https://github.com/OsaAjani/moviepy.git", "tiktok-uploader @ git+https://github.com/Paillat-dev/tiktok-uploader.git", "Google-Images-Search @ git+https://github.com/Paillat-dev/Google-Images-Search", - "yt-dlp[default]==2023.11.16", + "yt-dlp[default]==2023.11.pdm16", "fix-busted-json==0.0.18", "TTS==0.22.0", ]