Skip to content

chore(deps): update dependency apprise to v1.9.9#241

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/apprise-1.x-lockfile
Open

chore(deps): update dependency apprise to v1.9.9#241
renovate[bot] wants to merge 1 commit intomainfrom
renovate/apprise-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 2, 2025

This PR contains the following updates:

Package Change Age Confidence
apprise 1.9.31.9.9 age confidence

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
  • xmpp asyncio test cases improvements in #​1544
  • xmpp send/disconnect race condition in #​1543
  • Resolved 'file can not be opened for read' AttachMemory issue in #​1553
  • Matrix v2 API improvements in #​1552
💡 Features
  • XMPP Multi-User Chat support in #​1551
❤️ Life-Cycle Support

Specifically URL Builder Preparration:

  • details() can now be provided in a json response in #​1545
  • cleanup to repo to reflect URL-Builder coming in #​1547

Installation

Apprise is available on PyPI through pip:

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

Full Changelog: caronc/apprise@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
  • Standardize linting by enabling Ruff preview rules and updating code base in #​1510
  • Remove unnecessary pytest rpm dependencies in #​1515
  • CLI test cases compatible now with Python v3.15 in #​1516
  • Updated copyright notices to reflect 2026 in #​1540

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: caronc/apprise@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
  • discord:// improvements to ping= handling in #​1470
  • Bugzilla 2424601 resolved - no NotifyType enum leaking in #​1473
  • resolves reoccurring warning for GdkPixbuf in #​1488
  • Improved Matrix room handling in #​1492
💡 Features
❤️ Life-Cycle Support
  • 🔥 Adapt appriseit.com as new documentation source in #​1486
  • Improved documentation surrounding tagging in #​1489
  • improved on notification manger customization in #​1490
  • 🚀 100% test coverage in #​1491

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: caronc/apprise@v1.9.6...v1.9.7

v1.9.6

Compare Source

What's Changed

📣 New Notification Services:
🐞 Bugfixes
  • Updated RPM Spec file to fix rpmbuild errors on koji in #​1421
  • Added py.typed back into repository and Manifest in #​1426
  • fix(telegram): support <code> blocks wrapped in <pre> for syntax highlighting by @​hmnd in #​1423
  • Apprise API payload bugfix in #​1428
  • Matrix room/alias accepted characters re-aligned - bugfix in #​1442
  • fix parsing of USA callsigns--specifically different prefix/suffix counts like 1x2 and 1x3 calls by @​NeilHanlon in #​1418
  • dot:// setup_url to align with other apprise ones in #​1449 (extension to #​1445 in same release)
  • fixed handling of non-standard matrix:// ports in #​1450
  • Fix Reply-To header variable consistency by @​slavaGanzin in #​1446
💡 Features
  • increase of Pushover attachment size to 5MB in #​1427
  • Added basic support for ntfy Actions by @​ivangrimaldi in #​1436
  • feat(bark): Add 'call' parameter support to NotifyBark for ringtone r… by @​HerbertGao in #​1444
  • Improved TRUNCATE and SPLIT with smart text splitting in #​1459
  • Added support for slack-gov.com to slack:// in #​1463
  • Nextcloud group notification implementation by @​dev-KingMaster in #​1440
  • Resend plugin improvements adding improved support for name=, cc=, reply=, and to= in #​1465
  • discord:// supports ping= feature now in #​1466
❤️ Life-Cycle Support
  • EPEL10 GitHub workflow added - RPM Building in #​1460 and #​1451
  • Added additional test coverage for Apprise configuration parsing in #​1454
  • Added additional workflow:// test case in #​1458
  • Spelling mistakes + minor code alignment in #​1439

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: caronc/apprise@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
  • Add Power Automate (Workflows/MS Teams) alternative url support by @​LaFeev in #​1407
  • Environment improvments (updates to PR #​1385) in #​1395
  • PEM backend definitions handling for forwards compatability in #​1410
  • build environment improvements in #​1385
  • RUF059 linting fixes against codebase in #​1413

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: caronc/apprise@v1.9.4...v1.9.5

v1.9.4

Compare Source

What's Changed

It has been some time since I pushed a release; so this one just bundles all of the outstanding fixes/enhancments together.

This release introduces a major refactor of the code base to modernize it (for Python v3.9+). The change added more then 13,000 lines of code and refactored 70,000 lines. It took a very, very long time to do, but I'm happy how things turned out. It should make it easier for others to adapt and add to the code base. This change also greatly improved the type hinting offered by the library. I debated marking this release v2.0.0 due to the signifgance of it, but will just bump the minor to catch any fallout from the change I may have overlooked.

Please don't hesitate to open a ticket if you find any issus at all.

📣 New Notification Services:
🐞 Bugfixes
💡 Features
❤️ Life-Cycle Support
  • Add Codecov Test Analytics by @​katia-sentry in #​1321

  • Removed LunaSea as it's services are offline as of April 30th, 2025 in #​1362

  • 🔥 Apprise Build System Modernization (PEP 621 / RPM CI) in #​1368

    • Addresses Red Hat Bugzilla 2377453 filed against the Apprise RPM Build structure.
    • Replaced setup.py with pyproject.toml (setuptools.build_meta backend)
    • Replaced legacy dynamic keyword loading with static [project.keywords]
    • Added SPDX-compliant license (BSD-2-Clause)
    • Introduced tox -e release for full packaging lifecycle
    • Man page generation and translation compilation included in CI
    • Verified RPM builds using Fedora-compatible GitHub Actions
    • CI test matrix now supports Python 3.9–3.12, across Ubuntu, macOS, and Windows
    • .coverage files now consistently written to root; parallel coverage disabled for simpler merging
    • Artifact uploads now uniquely named per ${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.tox_env }}
    • tox.ini now supports clean qa, minimal, and release testing workflows
    • ruff linter applied to entire code-base
    • .pyi files dropped and type hinting integrated into main code base
  • Test coverge added to investigate ticket #​1356 in #​1358

  • EL9 RPM build container public; workflow fixed to accommodate in #​1375

New Contributors

Installation

Apprise is available on PyPI through pip:

# Install Apprise v1.9.4 from PyPI
pip install apprise==1.9.4

Full Changelog: caronc/apprise@v1.9.3...v1.9.4


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.

@vercel
Copy link
Copy Markdown

vercel bot commented Aug 2, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
heimdallr Error Error Mar 21, 2026 9:09pm

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Aug 2, 2025

@renovate renovate bot changed the title fix(deps): update dependency apprise to v1.9.4 chore(deps): update dependency apprise to v1.9.4 Sep 25, 2025
@renovate renovate bot changed the title chore(deps): update dependency apprise to v1.9.4 chore(deps): update dependency apprise to v1.9.5 Sep 30, 2025
@renovate renovate bot force-pushed the renovate/apprise-1.x-lockfile branch from fba95d2 to 67be1d5 Compare September 30, 2025 19:15
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate bot changed the title chore(deps): update dependency apprise to v1.9.5 chore(deps): update dependency apprise to v1.9.6 Dec 7, 2025
@renovate renovate bot force-pushed the renovate/apprise-1.x-lockfile branch from 67be1d5 to 389945b Compare December 7, 2025 21:32
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Dec 7, 2025

@renovate renovate bot changed the title chore(deps): update dependency apprise to v1.9.6 chore(deps): update dependency apprise to v1.9.7 Jan 20, 2026
@renovate renovate bot force-pushed the renovate/apprise-1.x-lockfile branch from 389945b to c650756 Compare January 20, 2026 21:52
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate bot force-pushed the renovate/apprise-1.x-lockfile branch from c650756 to c1f1918 Compare March 9, 2026 00:36
@renovate renovate bot changed the title chore(deps): update dependency apprise to v1.9.7 chore(deps): update dependency apprise to v1.9.8 Mar 9, 2026
@renovate renovate bot force-pushed the renovate/apprise-1.x-lockfile branch from c1f1918 to b4d1c28 Compare March 21, 2026 21:09
@renovate renovate bot changed the title chore(deps): update dependency apprise to v1.9.8 chore(deps): update dependency apprise to v1.9.9 Mar 21, 2026
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants