diff --git a/podcast_bot.py b/podcast_bot.py index e398037..d4a8b6c 100644 --- a/podcast_bot.py +++ b/podcast_bot.py @@ -24,7 +24,7 @@ from modules.podcast_feed import PodcastFeed from modules.settings import _DEFAULT_USER_AGENT, AppConfig, AppSettings, FeedSettings -APP_VERSION: str = "1.1.1" +APP_VERSION: str = "1.1.2" logger: logging.Logger = logging.getLogger(__name__) diff --git a/requirements-dev.txt b/requirements-dev.txt index cdab16c..c1c721d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,6 +6,6 @@ atproto==0.0.55 Mastodon.py==1.8.1 podcastparser==0.6.10 html2text==2024.2.26 -Jinja2==3.1.4 +Jinja2==3.1.5 requests==2.32.3 python-dateutil==2.9.0.post0 diff --git a/requirements.txt b/requirements.txt index a3f8187..f254388 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ atproto==0.0.55 Mastodon.py==1.8.1 podcastparser==0.6.10 html2text==2024.2.26 -Jinja2==3.1.4 +Jinja2==3.1.5 requests==2.32.3 python-dateutil==2.9.0.post0