From 68ff625a473ae74f531862d94be47f6eb2c980f6 Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Mon, 11 Mar 2024 19:18:44 +0300 Subject: [PATCH] Update yt-dlp branch target --- .github/workflows/update-yt-dlp.yml | 4 +++- Pipfile.lock | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update-yt-dlp.yml b/.github/workflows/update-yt-dlp.yml index dbf11ac2..d5802956 100644 --- a/.github/workflows/update-yt-dlp.yml +++ b/.github/workflows/update-yt-dlp.yml @@ -21,6 +21,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + ref: "dev" - name: Set up Python uses: actions/setup-python@v4 with: @@ -38,7 +40,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: - title: "Update yt-dlp" + title: "[yt-dlp] automated update to ${{ steps.ytdlp_update.outputs.YTLDLP_VER }}" commit-message: "Update yt-dlp to ${{ steps.ytdlp_update.outputs.YTLDLP_VER }}" body: "This is an automated request to update yt-dlp dependency to ${{ steps.ytdlp_update.outputs.YTLDLP_VER }}" delete-branch: true diff --git a/Pipfile.lock b/Pipfile.lock index fc9531a2..b7a8d40c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -638,7 +638,7 @@ "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==2.9.0.post0" }, "python-dotenv": { @@ -704,7 +704,7 @@ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.16.0" }, "tzlocal": { @@ -907,12 +907,12 @@ }, "yt-dlp": { "hashes": [ - "sha256:2e0ee4bc26873b4fafe3236dfbaeb0f1abb1f556fcc69b4c0741ef3f8da91ca1", - "sha256:d82904ba86ae5fa002924ec497633e1ae6f739c3a2c2b23cc61ba581eef7a649" + "sha256:6e74cb14a69dbeb872c8ef4e0b8bbed2ee846ec633513cf3124a74c1faedc07b", + "sha256:bbe66b9a3aa23b6378ccca3ea20f5aadf385fa21a993513a105d73c827a86ed4" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==2024.3.8.232718.dev0" + "version": "==2024.3.10" } }, "develop": {}