Skip to content

Update dependency phoonnx to v1 - #149

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/phoonnx-1.x
Open

Update dependency phoonnx to v1#149
renovate[bot] wants to merge 1 commit into
devfrom
renovate/phoonnx-1.x

Conversation

@renovate

@renovate renovate Bot commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
phoonnx >=0.5.4, <1.0.0>=1.3.3, <1.4.0 age confidence

Release Notes

TigreGotico/phoonnx (phoonnx)

v1.3.3

Compare Source

Full Changelog

* This Changelog was automatically generated by github_changelog_generator


Configuration

📅 Schedule: (UTC)

  • 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.

@github-actions github-actions Bot added the fix label Mar 11, 2026
@github-actions

github-actions Bot commented Mar 11, 2026

Copy link
Copy Markdown

Fresh off the press! I've got some check results for you. 🗞️

I've aggregated the results of the automated checks for this PR below.

📋 Repo Health

A detailed health report for the project. 📝

✅ All required files present.

Latest Version: 2.1.1a2

ovos_audio/version.py — Version file
README.md — README
LICENSE — License file
pyproject.toml — pyproject.toml
⚠️ setup.py — setup.py
CHANGELOG.md — Changelog
ovos_audio/version.py has valid version block markers

🔍 Lint

Checking the status... yep, it's done! ✅

ruff: issues found — see job log

🔗 Downstream Dependents

Checking if there's anything else we need to do. 📋

No dependents found for ovos-audio

🔒 Security (pip-audit)

Checking for any digital cooties in your dependencies... 👾

✅ No known vulnerabilities found (66 packages scanned).

🏷️ Release Preview

Evaluating the impact of these changes on our release schedule. 📉

Current: 2.1.1a2Next: 2.1.2a1

Signal Value
Label fix
PR title Update dependency phoonnx to v1
Bump build

⚠️ No conventional commit prefix — alpha-only bump.
Suggested: fix: update the thing or feat: update the thing


🚀 Release Channel Compatibility

Predicted next version: 2.1.2a1

Channel Status Note Current Constraint
Stable Too new (must be <0.5.0) ovos-audio>=0.4.0,<0.5.0
Testing Too new (must be <2.0.0) ovos-audio>=1.1.0,<2.0.0
Alpha Compatible ovos-audio>=2.1.1a2

📊 Coverage

Measuring the density of our automated validation. 🧮

98.2% total coverage

Per-file coverage (9 files)
File Coverage Missing lines
ovos_audio/__main__.py 93.8% 1
ovos_audio/audio.py 95.3% 16
ovos_audio/__init__.py 100.0% 0
ovos_audio/playback.py 100.0% 0
ovos_audio/service.py 100.0% 0
ovos_audio/transformers.py 100.0% 0
ovos_audio/tts.py 100.0% 0
ovos_audio/utils.py 100.0% 0
ovos_audio/version.py 100.0% 0

Full report: download the coverage-report artifact.

🔨 Build Tests

The automated workshop has finished its shift. 🛠️

✅ All versions pass

Python Build Install Tests
3.10
3.11
3.12
3.13
3.14

⚖️ License Check

Reading the fine print with a magnifying glass. 🔍

✅ No license violations found.

Policy: Apache 2.0 (universal donor). StrongCopyleft / NetworkCopyleft / WeakCopyleft / Other / Error categories fail. MPL allowed.

🔌 Skill Tests (ovoscope)

Scanning for any 'conversational loops' that might trap users. ♾️

57/57 passed

TestAudioCaptureSequence — 1/1
TestAudioCaptureSequencePlayStop — 1/1
TestAudioDuckingLowersVolume — 1/1
TestAudioDuckingNoCurrentOnRecord — 1/1
TestAudioDuckingOnRecord — 1/1
TestAudioDuckingRestoresVolume — 1/1
TestB64Audio — 1/1
TestB64DualNamespaceDelivery — 6/6
TestDefaultSessionAccepted — 1/1
TestGetLanguagesTts — 1/1
TestGetTrackLength — 1/1
TestGetTrackPosition — 1/1
TestInstantPlayBinaryData — 1/1
TestInstantPlayWav — 1/1
TestListBackends — 1/1
TestMultipleSpeaks — 1/1
TestMultipleSpeaksCaptureAllEvents — 1/1
TestNoSpuriousEventsAfterShutdown — 1/1
TestOcpFlagIntegration — 1/1
TestOpmG2pQuery — 1/1
TestOpmTtsQuery — 1/1
TestPlayHttpTrack — 1/1
TestPlayPauseResume — 1/1
TestPlaybackStopDualSubscription — 2/2
TestPlaylistNextPrev — 1/1
TestQueueSound — 1/1
TestQueueSoundWithBinaryData — 1/1
TestQueueTracks — 1/1
TestRestoreVolumeOnHandled — 1/1
TestRestoreVolumeOnHandledWhileSpeaking — 1/1
TestSeekBackward — 1/1
TestSeekForward — 1/1
TestSessionValidation — 1/1
TestSetTrackPosition — 1/1
TestSpeakAfterStop — 1/1
TestSpeakBasic — 1/1
TestSpeakExpectResponse — 1/1
TestSpeakNonDefaultSessionRejected — 1/1
TestSpeakResetMockTts — 1/1
TestSpeakSpecTopic — 1/1
TestSpeakStatus — 1/1
TestSpeakStatusNotSpeaking — 1/1
TestSpeakWithIdentContext — 1/1
TestStop — 1/1
TestStopBeforeGuardIsIgnored — 1/1
TestStopTTS — 1/1
TestTrackEndCallbackEmission — 1/1
TestTrackInfo — 1/1
TestTrackStartCallbackEmission — 1/1
TestTtsStopDualTopic — 2/2

🚌 Bus Coverage

Let's see which bus messages were actually fired during the tests! 🚌

⚠️ Bus coverage report unavailable — check the job log.


Delivered by the OVOS Automated Messenger 🕊️

@renovate
renovate Bot force-pushed the renovate/phoonnx-1.x branch from da754aa to c3609c4 Compare March 13, 2026 14:13
@renovate renovate Bot changed the title fix(deps): update dependency phoonnx to v1 Update dependency phoonnx to v1 Apr 8, 2026
@renovate
renovate Bot force-pushed the renovate/phoonnx-1.x branch from c3609c4 to 16a23d3 Compare May 18, 2026 12:00
@renovate
renovate Bot force-pushed the renovate/phoonnx-1.x branch from 16a23d3 to 3110984 Compare June 11, 2026 19:45
@renovate
renovate Bot force-pushed the renovate/phoonnx-1.x branch 2 times, most recently from ac9a252 to be22dfc Compare June 25, 2026 22:58
@renovate
renovate Bot force-pushed the renovate/phoonnx-1.x branch from be22dfc to 2459da8 Compare July 20, 2026 19:51
@renovate
renovate Bot force-pushed the renovate/phoonnx-1.x branch from 2459da8 to bd99551 Compare July 30, 2026 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants