From 42bce2f795098fb323ecd54a09c0f126ac6879ea Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Mon, 23 Sep 2024 17:11:38 -0400 Subject: [PATCH] [44] Update TMDb Discover (#2236) --- .github/workflows/validate-pull.yml | 2 +- VERSION | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate-pull.yml b/.github/workflows/validate-pull.yml index cb140c05..f0980f35 100644 --- a/.github/workflows/validate-pull.yml +++ b/.github/workflows/validate-pull.yml @@ -56,7 +56,7 @@ jobs: done - name: Run Spellcheck - uses: rojopolis/spellcheck-github-actions@0.41.0 + uses: rojopolis/spellcheck-github-actions@0.42.0 docker-build-pull: runs-on: ubuntu-latest diff --git a/VERSION b/VERSION index fe7987cb..12e77fa0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.2-build43 +2.0.2-build44 diff --git a/requirements.txt b/requirements.txt index c85d9a4e..e399568b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ tenacity==9.0.0 ruamel.yaml==0.18.6 schedule==1.2.2 setuptools==75.1.0 -tmdbapis==1.2.16 \ No newline at end of file +tmdbapis==1.2.17 \ No newline at end of file