Update dependency apprise to v1.9.9 #67

Open
renovate-bot wants to merge 1 commits from renovate/apprise-1.x into master
Collaborator

This PR contains the following updates:

Package Update Change Pending
apprise patch ==1.9.4 -> ==1.9.9 1.10.0

Release Notes

caronc/apprise (apprise)

v1.9.9

Compare Source

What's Changed

This is a mini release, but it fixes some issues with XMPP and adds other improvements to how the plugins are defined. This release will complete all the steps needed to open up the new URL Builder.

🐞 Bugfixes
💡 Features
❤️ Life-Cycle Support

Specifically URL Builder Preparration:

Installation

Apprise is available on PyPI through pip:


### Install Apprise v1.9.9 from PyPI
pip install apprise==1.9.9

Full Changelog: https://github.com/caronc/apprise/compare/v1.9.8...v1.9.9

v1.9.8

Compare Source

What's Changed

It's been a few months now; Apprise is due for a release containing all of the issues that have been resolved. I feel the big highlights of this release are IRC, Fluxer, and the return of XMPP support!

Continue to refer to https://AppriseIt.com for your documentation needs.

📣 New Notification Services:
🐞 Bugfixes

n/a

💡 Features
❤️ Life-Cycle Support

Installation

Apprise is available on PyPI through pip:


### Install Apprise v1.9.8 from PyPI
pip install apprise==1.9.8

New Contributors

Full Changelog: https://github.com/caronc/apprise/compare/v1.9.7...v1.9.8

v1.9.7

Compare Source

What's Changed

Big changes of this release is we're back at 100% test coverage plus a new documentation source: https://AppriseIt.com

🐞 Bugfixes
💡 Features
❤️ Life-Cycle Support

New Contributors

Installation

Apprise is available on PyPI through pip:


### Install Apprise v1.9.7 from PyPI
pip install apprise==1.9.7

Full Changelog: https://github.com/caronc/apprise/compare/v1.9.6...v1.9.7

v1.9.6

Compare Source

What's Changed

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

New Contributors

Installation

Apprise is available on PyPI through pip:


### Install Apprise v1.9.6 from PyPI
pip install apprise==1.9.6

Full Changelog: https://github.com/caronc/apprise/compare/v1.9.5...v1.9.6

v1.9.5

Compare Source

What's Changed

This is just a small release to bundle accumulated changes since v1.9.4.

📣 New Notification Services:

n/a

🐞 Bugfixes
💡 Features
❤️ Life-Cycle Support

New Contributors

Installation

Apprise is available on PyPI through pip:


### Install Apprise v1.9.5 from PyPI
pip install apprise==1.9.5

Full Changelog: https://github.com/caronc/apprise/compare/v1.9.4...v1.9.5


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 | Pending | |---|---|---|---| | [apprise](https://github.com/caronc/apprise) | patch | `==1.9.4` -> `==1.9.9` | `1.10.0` | --- ### Release Notes <details> <summary>caronc/apprise (apprise)</summary> ### [`v1.9.9`](https://github.com/caronc/apprise/releases/tag/v1.9.9) [Compare Source](https://github.com/caronc/apprise/compare/v1.9.8...v1.9.9) #### What's Changed This is a mini release, but it fixes some issues with XMPP and adds other improvements to how the plugins are defined. This release will complete all the steps needed to open up the new [URL Builder](https://appriseit.com/tools/url-builder/). ##### :lady_beetle: Bugfixes - xmpp asyncio test cases improvements in https://github.com/caronc/apprise/pull/1544 - xmpp send/disconnect race condition in https://github.com/caronc/apprise/pull/1543 - Resolved 'file can not be opened for read' AttachMemory issue in https://github.com/caronc/apprise/pull/1553 - Matrix v2 API improvements in https://github.com/caronc/apprise/pull/1552 ##### :bulb: Features - XMPP Multi-User Chat support in https://github.com/caronc/apprise/pull/1551 ##### :heart: Life-Cycle Support Specifically URL Builder Preparration: - details() can now be provided in a json response in https://github.com/caronc/apprise/pull/1545 - cleanup to repo to reflect URL-Builder coming in https://github.com/caronc/apprise/pull/1547 #### Installation Apprise is available [on PyPI](https://pypi.org/project/apprise/) through *pip*: ```bash ### Install Apprise v1.9.9 from PyPI pip install apprise==1.9.9 ``` **Full Changelog**: https://github.com/caronc/apprise/compare/v1.9.8...v1.9.9 ### [`v1.9.8`](https://github.com/caronc/apprise/releases/tag/v1.9.8) [Compare Source](https://github.com/caronc/apprise/compare/v1.9.7...v1.9.8) #### What's Changed It's been a few months now; Apprise is due for a release containing all of the issues that have been resolved. I feel the big highlights of this release are IRC, Fluxer, and the return of XMPP support! Continue to refer to https://AppriseIt.com for your documentation needs. ##### :mega: New Notification Services: - Viber Bot Support in https://github.com/caronc/apprise/pull/1501 - IRC Support (includes support for ZNC Bouncer) in https://github.com/caronc/apprise/pull/1503 - XMPP support restored using Slixmpp in https://github.com/caronc/apprise/pull/1505 - also followup improvements in https://github.com/caronc/apprise/pull/1507, https://github.com/caronc/apprise/pull/1509, and https://github.com/caronc/apprise/pull/1526 - jellyfin:// support (Emby alias) added for convenience in https://github.com/caronc/apprise/pull/1518 - Fluxer support in https://github.com/caronc/apprise/pull/1536 - Support for Slack rotation OAuth Bot Support in https://github.com/caronc/apprise/pull/1534 ##### :lady_beetle: Bugfixes n/a ##### :bulb: Features - Add Mattermost icon override support by [@&#8203;CWSpear](https://github.com/CWSpear) in https://github.com/caronc/apprise/pull/1504 - GMX Email Template added in https://github.com/caronc/apprise/pull/1517 - Added mattermost:// bot support in https://github.com/caronc/apprise/pull/1522 - bark:// ?format=markdown support for Markdown rendering by [@&#8203;HerbertGao](https://github.com/HerbertGao) in https://github.com/caronc/apprise/pull/1513 - matrix:// homeserver not requred by default in https://github.com/caronc/apprise/pull/1514 ##### :heart: Life-Cycle Support - Standardize linting by enabling Ruff preview rules and updating code base in https://github.com/caronc/apprise/pull/1510 - Remove unnecessary pytest rpm dependencies in https://github.com/caronc/apprise/pull/1515 - CLI test cases compatible now with Python v3.15 in https://github.com/caronc/apprise/pull/1516 - Updated copyright notices to reflect 2026 in https://github.com/caronc/apprise/pull/1540 #### Installation Apprise is available [on PyPI](https://pypi.org/project/apprise/) through *pip*: ```bash ### Install Apprise v1.9.8 from PyPI pip install apprise==1.9.8 ``` #### New Contributors - [@&#8203;CWSpear](https://github.com/CWSpear) made their first contribution in https://github.com/caronc/apprise/pull/1504 **Full Changelog**: https://github.com/caronc/apprise/compare/v1.9.7...v1.9.8 ### [`v1.9.7`](https://github.com/caronc/apprise/releases/tag/v1.9.7) [Compare Source](https://github.com/caronc/apprise/compare/v1.9.6...v1.9.7) #### What's Changed Big changes of this release is we're back at 100% test coverage plus a new documentation source: https://AppriseIt.com ##### :lady_beetle: Bugfixes - discord:// improvements to ping= handling in https://github.com/caronc/apprise/pull/1470 - Bugzilla [`2424601`](https://github.com/caronc/apprise/commit/2424601) resolved - no NotifyType enum leaking in https://github.com/caronc/apprise/pull/1473 - resolves reoccurring warning for GdkPixbuf in https://github.com/caronc/apprise/pull/1488 - Improved Matrix room handling in https://github.com/caronc/apprise/pull/1492 ##### :bulb: Features - Config YAML support for 'tags' (in addition to 'tag') in https://github.com/caronc/apprise/pull/1471 - Improved response handling in https://github.com/caronc/apprise/pull/1472 - Signal API support for "text_mode=styled" in https://github.com/caronc/apprise/pull/1487 - Update LoC badge by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in https://github.com/caronc/apprise/pull/1495 - Fix contribute link by [@&#8203;erik434](https://github.com/erik434) in https://github.com/caronc/apprise/pull/1496 ##### :heart: Life-Cycle Support - :fire: Adapt appriseit.com as new documentation source in https://github.com/caronc/apprise/pull/1486 - Improved documentation surrounding tagging in https://github.com/caronc/apprise/pull/1489 - improved on notification manger customization in https://github.com/caronc/apprise/pull/1490 - :rocket: 100% test coverage in https://github.com/caronc/apprise/pull/1491 #### New Contributors - [@&#8203;github-actions](https://github.com/github-actions)\[bot] made their first contribution in https://github.com/caronc/apprise/pull/1495 - [@&#8203;erik434](https://github.com/erik434) made their first contribution in https://github.com/caronc/apprise/pull/1496 #### Installation Apprise is available [on PyPI](https://pypi.org/project/apprise/) through *pip*: ```bash ### Install Apprise v1.9.7 from PyPI pip install apprise==1.9.7 ``` **Full Changelog**: https://github.com/caronc/apprise/compare/v1.9.6...v1.9.7 ### [`v1.9.6`](https://github.com/caronc/apprise/releases/tag/v1.9.6) [Compare Source](https://github.com/caronc/apprise/compare/v1.9.5...v1.9.6) #### What's Changed ##### :mega: New Notification Services: - [46elks support](https://github.com/caronc/apprise/wiki/Notify\_46elks) in https://github.com/caronc/apprise/pull/1438 - [Dot Support](https://github.com/caronc/apprise/wiki/Notify_dot) by [@&#8203;HerbertGao](https://github.com/HerbertGao) in https://github.com/caronc/apprise/pull/1445 - [NotificationAPI Support](https://github.com/caronc/apprise/wiki/Notify_notificationapi) in https://github.com/caronc/apprise/pull/1399 - [Brevo Support](https://github.com/caronc/apprise/wiki/Notify_brevo) by in https://github.com/caronc/apprise/pull/1455 ##### :lady_beetle: Bugfixes - Updated RPM Spec file to fix rpmbuild errors on koji in https://github.com/caronc/apprise/pull/1421 - Added py.typed back into repository and Manifest in https://github.com/caronc/apprise/pull/1426 - fix(telegram): support `<code>` blocks wrapped in `<pre>` for syntax highlighting by [@&#8203;hmnd](https://github.com/hmnd) in https://github.com/caronc/apprise/pull/1423 - Apprise API payload bugfix in https://github.com/caronc/apprise/pull/1428 - Matrix room/alias accepted characters re-aligned - bugfix in https://github.com/caronc/apprise/pull/1442 - fix parsing of USA callsigns--specifically different prefix/suffix counts like 1x2 and 1x3 calls by [@&#8203;NeilHanlon](https://github.com/NeilHanlon) in https://github.com/caronc/apprise/pull/1418 - dot:// setup_url to align with other apprise ones in https://github.com/caronc/apprise/pull/1449 (extension to https://github.com/caronc/apprise/pull/1445 in same release) - fixed handling of non-standard matrix:// ports in https://github.com/caronc/apprise/pull/1450 - Fix Reply-To header variable consistency by [@&#8203;slavaGanzin](https://github.com/slavaGanzin) in https://github.com/caronc/apprise/pull/1446 ##### :bulb: Features - increase of Pushover attachment size to 5MB in https://github.com/caronc/apprise/pull/1427 - Added basic support for ntfy Actions by [@&#8203;ivangrimaldi](https://github.com/ivangrimaldi) in https://github.com/caronc/apprise/pull/1436 - feat(bark): Add 'call' parameter support to NotifyBark for ringtone r… by [@&#8203;HerbertGao](https://github.com/HerbertGao) in https://github.com/caronc/apprise/pull/1444 - Improved TRUNCATE and SPLIT with smart text splitting in https://github.com/caronc/apprise/pull/1459 - Added support for slack-gov.com to slack:// in https://github.com/caronc/apprise/pull/1463 - Nextcloud group notification implementation by [@&#8203;dev-KingMaster](https://github.com/dev-KingMaster) in https://github.com/caronc/apprise/pull/1440 - Resend plugin improvements adding improved support for name=, cc=, reply=, and to= in https://github.com/caronc/apprise/pull/1465 - discord:// supports ping= feature now in https://github.com/caronc/apprise/pull/1466 ##### :heart: Life-Cycle Support - EPEL10 GitHub workflow added - RPM Building in https://github.com/caronc/apprise/pull/1460 and https://github.com/caronc/apprise/pull/1451 - Added additional test coverage for Apprise configuration parsing in https://github.com/caronc/apprise/pull/1454 - Added additional workflow:// test case in https://github.com/caronc/apprise/pull/1458 - Spelling mistakes + minor code alignment in https://github.com/caronc/apprise/pull/1439 #### New Contributors - [@&#8203;hmnd](https://github.com/hmnd) made their first contribution in https://github.com/caronc/apprise/pull/1423 - [@&#8203;ivangrimaldi](https://github.com/ivangrimaldi) made their first contribution in https://github.com/caronc/apprise/pull/1436 - [@&#8203;NeilHanlon](https://github.com/NeilHanlon) made their first contribution in https://github.com/caronc/apprise/pull/1418 - [@&#8203;slavaGanzin](https://github.com/slavaGanzin) made their first contribution in https://github.com/caronc/apprise/pull/1446 - [@&#8203;dev-KingMaster](https://github.com/dev-KingMaster) made their first contribution in https://github.com/caronc/apprise/pull/1440 #### Installation Apprise is available [on PyPI](https://pypi.org/project/apprise/) through *pip*: ```bash ### Install Apprise v1.9.6 from PyPI pip install apprise==1.9.6 ``` **Full Changelog**: https://github.com/caronc/apprise/compare/v1.9.5...v1.9.6 ### [`v1.9.5`](https://github.com/caronc/apprise/releases/tag/v1.9.5) [Compare Source](https://github.com/caronc/apprise/compare/v1.9.4...v1.9.5) #### What's Changed This is just a small release to bundle accumulated changes since v1.9.4. ##### :mega: New Notification Services: n/a ##### :lady_beetle: Bugfixes - pyobject availability does not impact glib testing in https://github.com/caronc/apprise/pull/1384 - Fix test case to compare url ids by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in https://github.com/caronc/apprise/pull/1371 - slack:// now has timestamp=yes/no kwarg support in https://github.com/caronc/apprise/pull/1394 - Fix AppriseURLTester usage of meta\["self"] by [@&#8203;LaFeev](https://github.com/LaFeev) in https://github.com/caronc/apprise/pull/1412 - Fix test_time_zoneinfo edge case by [@&#8203;LaFeev](https://github.com/LaFeev) in https://github.com/caronc/apprise/pull/1411 ##### :bulb: Features - Added support for discord:// flags=<int>in https://github.com/caronc/apprise/pull/1409 - Global Timezone support added (tz=) in https://github.com/caronc/apprise/pull/1398 - feat: add icon field support for bark plugin by [@&#8203;HerbertGao](https://github.com/HerbertGao) in https://github.com/caronc/apprise/pull/1393 - Add twilio phone calls support by [@&#8203;amanda-her](https://github.com/amanda-her) in https://github.com/caronc/apprise/pull/1408 ##### :heart: Life-Cycle Support - Add Power Automate (Workflows/MS Teams) alternative url support by [@&#8203;LaFeev](https://github.com/LaFeev) in https://github.com/caronc/apprise/pull/1407 - Environment improvments (updates to PR [#&#8203;1385](https://github.com/caronc/apprise/issues/1385)) in https://github.com/caronc/apprise/pull/1395 - PEM backend definitions handling for forwards compatability in https://github.com/caronc/apprise/pull/1410 - build environment improvements in https://github.com/caronc/apprise/pull/1385 - RUF059 linting fixes against codebase in https://github.com/caronc/apprise/pull/1413 #### New Contributors - [@&#8203;HerbertGao](https://github.com/HerbertGao) made their first contribution in https://github.com/caronc/apprise/pull/1393 - [@&#8203;amanda-her](https://github.com/amanda-her) made their first contribution in https://github.com/caronc/apprise/pull/1408 - [@&#8203;LaFeev](https://github.com/LaFeev) made their first contribution in https://github.com/caronc/apprise/pull/1412 #### Installation Apprise is available [on PyPI](https://pypi.org/project/apprise/) through *pip*: ```bash ### Install Apprise v1.9.5 from PyPI pip install apprise==1.9.5 ``` **Full Changelog**: https://github.com/caronc/apprise/compare/v1.9.4...v1.9.5 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2026-05-03 12:00:16 +00:00
Update dependency apprise to v1.9.9
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 7m1s
Test Pull Request / Notify (pull_request) Successful in 3s
5e6acb2479
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-05-03 12:00:16 +00:00
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 7m1s
Required
Details
Test Pull Request / Notify (pull_request) Successful in 3s
This pull request is blocked because it's outdated.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/apprise-1.x:renovate/apprise-1.x
git checkout renovate/apprise-1.x
Sign in to join this conversation.