Update dependency apprise to v1.8.1 #33

Merged
renovate-bot merged 1 commits from renovate/apprise-1.x into master 2024-08-03 21:00:12 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
apprise patch ==1.8.0 -> ==1.8.1

Release Notes

caronc/apprise (apprise)

v1.8.1

Compare Source

Details

A lot of new changes; this release was long overdue. It was really great to see so much user contribution this time around! Very impressive and much appreciated! 🎉

📣 New Notification Services:
  • Added Splunk/VictorOps Support (#​1125)
  • Added Africas Talking Support (#​1167)
  • Added Microsoft Power Automate / Workflows Support (MSTeams Successor) (#​1172)
  • Add Société Française du Radiotéléphone (SFR) Support by @​Anghille (#​1132)
💡 Features
❤️ Life-Cycle Support
  • Refactor: update streamlabs.py by @​eltociear (#​1160)
  • Fixed series of pep8 fixes surfacinging in python 3.11 flake8 checks (#​1149)
  • Drop support for Python v3.6 and EPEL 8 from Apprise (#​1155)
  • setup.py deprecation workaround with --use-pep517 (#​1168)
🐞 Bugfixes

Installation

Apprise is available on PyPI through pip:


### Install Apprise v1.8.1 from PyPI
pip install apprise==1.8.1

New Contributors 🎉

Full Changelog: https://github.com/caronc/apprise/compare/v1.8.0...v1.8.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.8.0` -> `==1.8.1` | --- ### Release Notes <details> <summary>caronc/apprise (apprise)</summary> ### [`v1.8.1`](https://github.com/caronc/apprise/releases/tag/v1.8.1) [Compare Source](https://github.com/caronc/apprise/compare/v1.8.0...v1.8.1) #### Details A lot of new changes; this release was long overdue. It was really great to see so much user contribution this time around! Very impressive and much appreciated! :tada: ##### :mega: New Notification Services: - Added Splunk/VictorOps Support ([#&#8203;1125](https://github.com/caronc/apprise/issues/1125)) - Added Africas Talking Support ([#&#8203;1167](https://github.com/caronc/apprise/issues/1167)) - Added Microsoft Power Automate / Workflows Support (MSTeams Successor) ([#&#8203;1172](https://github.com/caronc/apprise/issues/1172)) - Add Société Française du Radiotéléphone (SFR) Support by [@&#8203;Anghille](https://github.com/Anghille) ([#&#8203;1132](https://github.com/caronc/apprise/issues/1132)) ##### :bulb: Features - Slack supports <[@&#8203;userid](https://github.com/userid)> in message body ([#&#8203;1134](https://github.com/caronc/apprise/issues/1134)) - Turn large ntfy messages into a attachments ([#&#8203;1136](https://github.com/caronc/apprise/issues/1136)) - Refactored the way Notifiarr Discord users are mentioned ([#&#8203;1153](https://github.com/caronc/apprise/issues/1153)) - OneSignal to support custom data in payload ([#&#8203;1163](https://github.com/caronc/apprise/issues/1163)) - Twilio WhatsApp support added ([#&#8203;1173](https://github.com/caronc/apprise/issues/1173)) - Allow json data in OneSignal template arguments by [@&#8203;phantom943](https://github.com/phantom943) ([#&#8203;1171](https://github.com/caronc/apprise/issues/1171)) ##### :heart: Life-Cycle Support - Refactor: update streamlabs.py by [@&#8203;eltociear](https://github.com/eltociear) ([#&#8203;1160](https://github.com/caronc/apprise/issues/1160)) - Fixed series of pep8 fixes surfacinging in python 3.11 flake8 checks ([#&#8203;1149](https://github.com/caronc/apprise/issues/1149)) - Drop support for Python v3.6 and EPEL 8 from Apprise ([#&#8203;1155](https://github.com/caronc/apprise/issues/1155)) - setup.py deprecation workaround with --use-pep517 ([#&#8203;1168](https://github.com/caronc/apprise/issues/1168)) ##### :lady_beetle: Bugfixes - Automatically increment Matrix v3 transaction IDs by [@&#8203;nmaggioni](https://github.com/nmaggioni) ([#&#8203;1128](https://github.com/caronc/apprise/issues/1128)) - Slack files upload deprecation by [@&#8203;delenamalan](https://github.com/delenamalan) ([#&#8203;1130](https://github.com/caronc/apprise/issues/1130)) - Update token regex in ServerChan by [@&#8203;easychen](https://github.com/easychen) ([#&#8203;1148](https://github.com/caronc/apprise/issues/1148)) - Add missing % string in import failed trace message by [@&#8203;jpbede](https://github.com/jpbede) ([#&#8203;1151](https://github.com/caronc/apprise/issues/1151)) - This will fix issues with Home Assistant - Fixes random matrix:// unittest failures ([#&#8203;1166](https://github.com/caronc/apprise/issues/1166)) - fix: conversion html_to_text hr tags rstrip non string object by [@&#8203;fabiottini](https://github.com/fabiottini) ([#&#8203;1162](https://github.com/caronc/apprise/issues/1162)) #### Installation Apprise is available [on PyPI](https://pypi.org/project/apprise/) through *pip*: ```bash ### Install Apprise v1.8.1 from PyPI pip install apprise==1.8.1 ``` #### New Contributors :tada: - [@&#8203;nmaggioni](https://github.com/nmaggioni) made their first contribution in https://github.com/caronc/apprise/pull/1128 - [@&#8203;delenamalan](https://github.com/delenamalan) made their first contribution in https://github.com/caronc/apprise/pull/1130 - [@&#8203;Anghille](https://github.com/Anghille) made their first contribution in https://github.com/caronc/apprise/pull/1132 - [@&#8203;easychen](https://github.com/easychen) made their first contribution in https://github.com/caronc/apprise/pull/1148 - [@&#8203;jpbede](https://github.com/jpbede) made their first contribution in https://github.com/caronc/apprise/pull/1151 - [@&#8203;eltociear](https://github.com/eltociear) made their first contribution in https://github.com/caronc/apprise/pull/1160 - [@&#8203;fabiottini](https://github.com/fabiottini) made their first contribution in https://github.com/caronc/apprise/pull/1162 **Full Changelog**: https://github.com/caronc/apprise/compare/v1.8.0...v1.8.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTIiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
renovate-bot added 1 commit 2024-08-02 01:00:15 +00:00
Update dependency apprise to v1.8.1
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Has been cancelled
Test Pull Request / Notify (pull_request) Has been cancelled
dd0baee879
renovate-bot force-pushed renovate/apprise-1.x from dd0baee879 to 9e12fde518 2024-08-03 20:00:13 +00:00 Compare
renovate-bot merged commit 9e12fde518 into master 2024-08-03 21:00:12 +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#33
No description provided.