From 106d0753c3a617917a6d33e2a1ad14eb1267a840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 09:53:08 +0100 Subject: [PATCH] Chore(deps): Bump podcastparser from 0.6.10 to 0.6.11 (#2774) Bumps [podcastparser](https://github.com/gpodder/podcastparser) from 0.6.10 to 0.6.11. - [Commits](https://github.com/gpodder/podcastparser/compare/0.6.10...0.6.11) --- updated-dependencies: - dependency-name: podcastparser dependency-version: 0.6.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 45f9af0a..0c477c2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "mutagen==1.47.0", "orjson==3.11.5", "pillow==11.3.0", - "podcastparser==0.6.10", + "podcastparser==0.6.11", "propcache>=0.2.1", "python-slugify==8.0.4", "unidecode==1.4.0", diff --git a/requirements_all.txt b/requirements_all.txt index 2db72977..aeefccb6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -47,7 +47,7 @@ orjson==3.11.5 pillow==11.3.0 pkce==1.0.3 plexapi==4.17.2 -podcastparser==0.6.10 +podcastparser==0.6.11 propcache>=0.2.1 py-opensonic==7.0.2 pyblu==2.0.5 -- 2.34.1