diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c606c9a..ad0a161 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: - "*.md" env: - PYTHON_VERSION: '3.12' + PYTHON_VERSION: '3.13' jobs: pytest: diff --git a/Dockerfile.alpine b/Dockerfile.alpine index a57239b..b2811b2 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.13-alpine ENV PUID=1000 ENV PGID=1000 diff --git a/Dockerfile.slim b/Dockerfile.slim index fe0ca9e..5e92f2f 100644 --- a/Dockerfile.slim +++ b/Dockerfile.slim @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.13-slim ENV PUID=1000 ENV PGID=1000 diff --git a/requirements.txt b/requirements.txt index b263ab2..f237dbc 100644 Binary files a/requirements.txt and b/requirements.txt differ diff --git a/test/ci_emby.env b/test/ci_emby.env index 77eacee..812be4e 100644 --- a/test/ci_emby.env +++ b/test/ci_emby.env @@ -66,7 +66,7 @@ PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers -PLEX_TOKEN = "mVaCzSyd78uoWkCBzZ_Y" +PLEX_TOKEN = "6S28yhwKg4y-vAXYMi1c" ## If not using plex token then use username and password of the server admin along with the servername ## Comma seperated for multiple options diff --git a/test/ci_guids.env b/test/ci_guids.env index 0aa1943..b3afade 100644 --- a/test/ci_guids.env +++ b/test/ci_guids.env @@ -66,7 +66,7 @@ PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers -PLEX_TOKEN = "mVaCzSyd78uoWkCBzZ_Y" +PLEX_TOKEN = "6S28yhwKg4y-vAXYMi1c" ## If not using plex token then use username and password of the server admin along with the servername ## Comma seperated for multiple options diff --git a/test/ci_jellyfin.env b/test/ci_jellyfin.env index 9320c06..b6ba8b4 100644 --- a/test/ci_jellyfin.env +++ b/test/ci_jellyfin.env @@ -66,7 +66,7 @@ PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers -PLEX_TOKEN = "mVaCzSyd78uoWkCBzZ_Y" +PLEX_TOKEN = "6S28yhwKg4y-vAXYMi1c" ## If not using plex token then use username and password of the server admin along with the servername ## Comma seperated for multiple options diff --git a/test/ci_locations.env b/test/ci_locations.env index 158d7c3..643ed3a 100644 --- a/test/ci_locations.env +++ b/test/ci_locations.env @@ -66,7 +66,7 @@ PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers -PLEX_TOKEN = "mVaCzSyd78uoWkCBzZ_Y" +PLEX_TOKEN = "6S28yhwKg4y-vAXYMi1c" ## If not using plex token then use username and password of the server admin along with the servername ## Comma seperated for multiple options diff --git a/test/ci_plex.env b/test/ci_plex.env index f81a3fc..dae4e69 100644 --- a/test/ci_plex.env +++ b/test/ci_plex.env @@ -66,7 +66,7 @@ PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers -PLEX_TOKEN = "mVaCzSyd78uoWkCBzZ_Y" +PLEX_TOKEN = "6S28yhwKg4y-vAXYMi1c" ## If not using plex token then use username and password of the server admin along with the servername ## Comma seperated for multiple options diff --git a/test/ci_write.env b/test/ci_write.env index 03361cb..8975023 100644 --- a/test/ci_write.env +++ b/test/ci_write.env @@ -66,7 +66,7 @@ PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers -PLEX_TOKEN = "mVaCzSyd78uoWkCBzZ_Y" +PLEX_TOKEN = "6S28yhwKg4y-vAXYMi1c" ## If not using plex token then use username and password of the server admin along with the servername ## Comma seperated for multiple options