Update dependency apprise to v1.9.1 #39

Merged
renovate-bot merged 1 commits from renovate/apprise-1.x into master 2024-12-25 02:04:42 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
apprise patch ==1.9.0 -> ==1.9.1

Release Notes

caronc/apprise (apprise)

v1.9.1

Compare Source

What's Changed

This is a very long over-due release that includes all of the accumulated changes in Apprise. Happy Holidays!

📣 New Notification Services:
💡 Features
❤️ Life-Cycle Support
🐞 Bugfixes

New Contributors

Installation

Apprise is available on PyPI through pip:


### Install Apprise v1.9.1 from PyPI
pip install apprise==1.9.1

New Contributors 🎉

Full Changelog: https://github.com/caronc/apprise/compare/v1.9.0...v1.9.1


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [apprise](https://github.com/caronc/apprise) | patch | `==1.9.0` -> `==1.9.1` | --- ### Release Notes <details> <summary>caronc/apprise (apprise)</summary> ### [`v1.9.1`](https://github.com/caronc/apprise/releases/tag/v1.9.1) [Compare Source](https://github.com/caronc/apprise/compare/1.9.0...v1.9.1) #### What's Changed This is a very long over-due release that includes all of the accumulated changes in Apprise. Happy Holidays! ##### :mega: New Notification Services: - Plivo Support Added in https://github.com/caronc/apprise/pull/143 - Support for PGP Email Support (DeltaChat Compatible) https://github.com/caronc/apprise/pull/1205 - Seven (SMS Provider) Added by [@&#8203;matthiez](https://github.com/matthiez) in https://github.com/caronc/apprise/pull/1242 ##### :bulb: Features - Matrix Well Known URI Server Discovery https://github.com/caronc/apprise/pull/1198 - Eliminated non-essential warning log in mailto:// parsing https://github.com/caronc/apprise/pull/1216 - Improved voipms:// phone number parsing https://github.com/caronc/apprise/pull/1230 - CLI environment variable over-ride support https://github.com/caronc/apprise/pull/1231 - Unpin paho-mqtt version by [@&#8203;kruton](https://github.com/kruton) in https://github.com/caronc/apprise/pull/1238 - Note: This triggered returning issues with `?verify=no` provided in Apprise URLs. This still continues to work with the previously pinned version of `paho-mqtt` < 2.0) but not with the newer versions. (see https://github.com/caronc/apprise/issues/802 for more details). - Improved hostname verification https://github.com/caronc/apprise/pull/1243 - Bark - add critical level alert plus ?volume= argument by [@&#8203;pb8DvwQkfRR](https://github.com/pb8DvwQkfRR) in https://github.com/caronc/apprise/pull/1239 - Refactored Office 365 Plugin https://github.com/caronc/apprise/pull/1225 - Refactored Apprise mailto:// and apprise.utils module https://github.com/caronc/apprise/pull/1255 - feat: Add support for latest MSTeams webhook URL format by [@&#8203;anothermwilson](https://github.com/anothermwilson) in https://github.com/caronc/apprise/pull/1253 - mmost:// supports legacy url webhooks (http://) https://github.com/caronc/apprise/pull/1258 ##### :heart: Life-Cycle Support - Added disclaimer for AES-CBC-128 weakness with simplepush:// https://github.com/caronc/apprise/pull/1215 - Fix print statement in test run function. by [@&#8203;tjni](https://github.com/tjni) in https://github.com/caronc/apprise/pull/1220 - Dropped Python v3.7 GH Action Test Support (deprecated) https://github.com/caronc/apprise/pull/1224 - Removed python-xdist development dependency due to it not being used https://github.com/caronc/apprise/pull/1223 - Remove Boxcar due to it no longer being available upstream https://github.com/caronc/apprise/pull/1222 ##### :lady_beetle: Bugfixes - Remove duplicate entry for Burst SMS by [@&#8203;ksmarty](https://github.com/ksmarty) in https://github.com/caronc/apprise/pull/1204 - Matrix: Allow token only client API authorization with token parameter by [@&#8203;voc0der](https://github.com/voc0der) in https://github.com/caronc/apprise/pull/1236 - Matrix Long Lived Token: Don't logout, and use UUIDv4 for transactionIds by [@&#8203;voc0der](https://github.com/voc0der) in https://github.com/caronc/apprise/pull/1249 - miskey:// visibility flags updated https://github.com/caronc/apprise/pull/1257 #### New Contributors - [@&#8203;ksmarty](https://github.com/ksmarty) made their first contribution in https://github.com/caronc/apprise/pull/1204 - [@&#8203;tjni](https://github.com/tjni) made their first contribution in https://github.com/caronc/apprise/pull/1220 - [@&#8203;kruton](https://github.com/kruton) made their first contribution in https://github.com/caronc/apprise/pull/1238 - [@&#8203;voc0der](https://github.com/voc0der) made their first contribution in https://github.com/caronc/apprise/pull/1236 - [@&#8203;matthiez](https://github.com/matthiez) made their first contribution in https://github.com/caronc/apprise/pull/1242 - [@&#8203;pb8DvwQkfRR](https://github.com/pb8DvwQkfRR) made their first contribution in https://github.com/caronc/apprise/pull/1239 - [@&#8203;anothermwilson](https://github.com/anothermwilson) made their first contribution in https://github.com/caronc/apprise/pull/1253 #### Installation Apprise is available [on PyPI](https://pypi.org/project/apprise/) through *pip*: ```bash ### Install Apprise v1.9.1 from PyPI pip install apprise==1.9.1 ``` #### New Contributors :tada: **Full Changelog**: https://github.com/caronc/apprise/compare/v1.9.0...v1.9.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi4xIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-12-25 02:00:14 +00:00
Update dependency apprise to v1.9.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 4m26s
Test Pull Request / Notify (pull_request) Successful in 4s
Build Image / Validate Image (push) Successful in 2m41s
Build Image / Publish Image (push) Successful in 4m24s
Build Image / Notify (push) Successful in 3s
4c2ddbfe98
renovate-bot scheduled this pull request to auto merge when all checks succeed 2024-12-25 02:00:14 +00:00
renovate-bot merged commit 4c2ddbfe98 into master 2024-12-25 02:04:42 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MrMeeb/certbot-cron-docker#39
No description provided.