Skip to content

chore(deps): update dependency apprise to v0.9.9#20

Closed
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/apprise-0.x
Closed

chore(deps): update dependency apprise to v0.9.9#20
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/apprise-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2026

This PR contains the following updates:

Package Change Age Confidence
apprise ==0.9.5.1==0.9.9 age confidence

Release Notes

caronc/apprise (apprise)

v0.9.9: Apprise Release v0.9.9

Compare Source

Details

📣 New Notification Services:
💡 Features
  • 📚 Signal File Attachment Support Added (#​580)
❤️ Life-Cycle Support
  • Dropped Pronto Mail support (as it no longer has an SMTP access point in the cloud) (3ffac7c)
🐛 Bugfixes
  • More Telegram HTML bulletproofing added (#​579)
  • Zulip to support dashes (-) (#​581)
  • Signal Improvements (#​592 and #​580)
  • Apprise accepts 10 digit phone numbers as being valid now (previously they had to be 11 digits or more) (#​591)
Installation Instructions

Apprise is available on PyPI through pip:

# Install Apprise v0.9.9 from PyPI
pip install apprise==0.9.9

v0.9.8.3: Apprise Release v0.9.8.3

Compare Source

Details

📣 New Notification Services:
💡 Features
  • 📚 Twitter File Attachment Support Added (#​536)
  • ⚡ Gotify API Key removed from URL Parameters and into Header Files (more secure) (#​558)
  • Custom Override support for JSON and XML Notifications
  • always special tag added. Any notifications tagged with this will always be notified regardless of additional tag filters provided there-after. It's like placing a trump card onto one or more notification defined notification services to ensure they are always triggered.
❤️ Life-Cycle Support
  • Hotmail SMTP Server changed (updated in Email Template) (#​557)
🐛 Bugfixes
  • Title correctly shows in Matrix posts (#​545)
Additional Notes:
  • v0.9.8.1 (2022-04-20) - was created to resolve a Telegram issue introduced a case where <br/> was inserted into all new messages (and is unsupported by the upstream service.
  • v0.9.8.2 (2022-04-23) - was introduced to allow Telegram more bulletproofing around other additional HTML characters that are unsupported (stripping them off for more compatibility) handling without disrupting other services.
  • v0.9.8.3 (2022-04-28) - Re-factored Telegram handling of HTML when provided MARKDOWN
Installation Instructions

Apprise is available on PyPI through pip:

# Install Apprise v0.9.8.3 from PyPI
pip install apprise==0.9.8.3

v0.9.8.2

Compare Source

v0.9.8.1

Compare Source

v0.9.8

Compare Source

v0.9.7: Apprise Release v0.9.7

Compare Source

Details

📣 New Notification Services:
💡 Features
  • 🚀 Apprise can now convert from HTML -> TEXT if specified to do so (#​527 and #​530)
    • Up until this version, if the input was HTML, there was no way Apprise could attempt to format the content to a TEXT look/feel for upstream services (such as text messages, twitter, etc).
  • /opt/homebrew/bin/terminal-notify added to search path added of MacOSX Notification (#​509)
  • Custom XML, JSON and FORM notifications support a ?method= option allowing you to change the default (from POST) to GET, DELETE, PUT, and HEAD).
  • FCM Plugin Supports much more Payload Options (#​489) allowing for the passing of image_url, priority, and color.
  • Foxmail (qq.com) and 163.com template support added to E-Mail Plugin (#​529)
    • Foxmail URLs can now look like mailto://user:pass@qq.com and Apprise will look after the rest for you
    • 163.com URLs can now look like mailto://user:pass@163.com and Apprise will look after the rest for you
❤️ Life-Cycle Support

n/a

🐛 Bugfixes
  • Reddit Posting Improvements (#​510 and #​528)
  • Telegram bulletproofing on bot owner detection (#​517)
Installation Instructions

Apprise is available on PyPI through pip:

# Install Apprise v0.9.7 from PyPI
pip install apprise==0.9.7

v0.9.6: Apprise Release v0.9.6

Compare Source

Details

📣 New Notification Services:
  • Apprise API Support added. (#​459)
    • This is an alternative to the --config= allowing you to still signal an Apprise API server to trigger notifications you have stored their
💡 Features
  • More secure logging; reducing the possibility of personal information from being visible in log files. (#​453)
  • Supplementary URL Support on Pushover calls; (#​468 and #​477)
    • just include url= and url_title= as part of the Apprise URL
  • Telegram now supports the ability to set a silent mode or disable web page previews. (#​466)
    • just include silent=yes and/or preview=no as part of the Apprise URL
  • Support Matrix Notice Types (#​460)
    • just include msgtype=notice as part of the Apprise URL to switch the type over
  • New CLI switch --details (-l) which prints a nice detailed list of what plugins are currently loaded based on the OS environment. It also prints details of what is required to make non working plugins active. Here is an example of the output (as it is now) on the CLI:
    image
❤️ Life-Cycle Support
  • SleekXMPP support dropped from XMPP plugin
  • Re-factored all unit tests to be more modular (1:1 with their respected plugin) (#​483)
  • cryptography is no longer a package requirement of Apprise (#​483)
🐛 Bugfixes
  • CLI --interpret-escapes (-e) now works without --title specified (#​471)
  • single alpha characters found in a hostname are considered valid (9b5815e)
  • Discord includes avatar_url in .url() calls
  • XMPP Plugin re-factored to work with slixmpp
Installation Instructions

Apprise is available on PyPI through pip:

# Install Apprise v0.9.6 from PyPI
pip install apprise==0.9.6

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@bakerboy448
Copy link
Collaborator

Superseded — requirements.txt rewritten in #27, will bump apprise separately.

@bakerboy448 bakerboy448 closed this Mar 1, 2026
@bakerboy448 bakerboy448 deleted the renovate/apprise-0.x branch March 1, 2026 23:29
bakerboy448 added a commit that referenced this pull request Mar 1, 2026
## Summary
- apprise 0.9.5.1 → 0.9.9
- click 8.1.8 → 8.3.1

Supersedes closed PRs #20 and #21.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant