From a2d1b8af898a6ab6b8178f701fe1df12978ec17a Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Mon, 9 Dec 2024 13:11:57 -0600 Subject: [PATCH] [21] Update tmdbapi (#2356) --- .github/.wordlist.txt | 1 + CHANGELOG | 2 ++ VERSION | 2 +- requirements.txt | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt index c5152431..c946460d 100644 --- a/.github/.wordlist.txt +++ b/.github/.wordlist.txt @@ -306,6 +306,7 @@ tmdb TMDb TMDb's TMDbAPIs +tmdbapi tmdbapis Toastjuh TODO diff --git a/CHANGELOG b/CHANGELOG index 43997d6c..e579a25b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -35,3 +35,5 @@ Adds a page that discusses the different YAML files and what they do. Modifies default value presentation for default metadata files. Fixes an issue causing IMDB collection to fail due to duplicate keys Removed Blog from the Navigation due to lack of time for updating/maintaining it +Fixes #2354 by updating version of tmdbapi dependency + diff --git a/VERSION b/VERSION index 309457ce..33c721ef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0-build20 +2.1.0-build21 diff --git a/requirements.txt b/requirements.txt index 67e53480..6d23bc78 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.3.0 -tmdbapis==1.2.21 \ No newline at end of file +tmdbapis==1.2.26