Skip to content

Commit

Permalink
Bump jinja2 from 3.1.4 to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
questionlp committed Jan 8, 2025
1 parent 2a8d094 commit 9022edf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion podcast_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)


Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9022edf

Please sign in to comment.