Skip to content

Update ovos-config requirement from <3.0.0,>=0.0.12 to >=2.1.1,<3.0.0 in /requirements#387

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/requirements/ovos-config-gte-2.1.1-and-lt-3.0.0
Open

Update ovos-config requirement from <3.0.0,>=0.0.12 to >=2.1.1,<3.0.0 in /requirements#387
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/requirements/ovos-config-gte-2.1.1-and-lt-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on ovos-config to permit the latest version.

Release notes

Sourced from ovos-config's releases.

2.1.1

What's Changed

Full Changelog: OpenVoiceOS/ovos-config@2.0.0...2.1.1

Changelog

Sourced from ovos-config's changelog.

Changelog

2.1.4a7 (2025-12-19)

Full Changelog

Merged pull requests:

  • chore(deps): update pilosus/action-pip-license-checker action to v3 #263 (renovate[bot])

2.1.4a6 (2025-12-19)

Full Changelog

Merged pull requests:

2.1.4a5 (2025-12-19)

Full Changelog

2.1.4a4 (2025-12-19)

Full Changelog

Merged pull requests:

2.1.4a3 (2025-12-18)

Full Changelog

Merged pull requests:

2.1.4a2 (2025-11-05)

Full Changelog

Merged pull requests:

2.1.4a1 (2025-10-31)

Full Changelog

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 27, 2026
@github-actions

github-actions Bot commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

The automated inspectors have returned with their findings. 🕵️‍♂️

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

📋 Repo Health

Ensuring the repo's skin is clear (aka linting errors). ✨

✅ All required files present.

Latest Version: 2.4.0a1

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

⚖️ License Check

Ensuring our licenses allow for commercial use. 🏢

✅ No license violations found (41 packages).

License distribution: 10× MIT License, 6× Apache-2.0, 6× MIT, 5× Apache Software License, 2× BSD-3-Clause, 2× ISC License (ISCL), 2× PSF-2.0, 2× Python Software Foundation License, +6 more

Full breakdown — 41 packages
Package Version License URL
audioop-lts 0.2.2 PSF-2.0 link
build 1.5.0 MIT link
certifi 2026.5.20 Mozilla Public License 2.0 (MPL 2.0) link
charset-normalizer 3.4.7 MIT link
click 8.4.1 BSD-3-Clause link
combo_lock 0.3.1 Apache-2.0 link
filelock 3.29.0 MIT link
idna 3.16 BSD-3-Clause link
importlib_metadata 9.0.0 Apache-2.0 link
json-database 0.10.1 MIT link
kthread 0.2.3 MIT License link
langcodes 3.5.1 MIT License link
markdown-it-py 4.2.0 MIT License link
mdurl 0.1.2 MIT License link
memory-tempfile 2.2.3 MIT License link
ovos-config 2.1.1 Apache-2.0 link
ovos-plugin-manager 2.4.0a2 Apache-2.0 link
ovos-spec-tools 0.0.1a2 Apache-2.0 link
ovos-utils 0.8.5 Apache-2.0 link
ovos_bus_client 1.5.0 Apache Software License link
packaging 26.2 Apache-2.0 OR BSD-2-Clause link
pexpect 4.9.0 ISC License (ISCL) link
ptyprocess 0.7.0 ISC License (ISCL) link
pyee 12.1.1 MIT License link
Pygments 2.20.0 BSD-2-Clause link
pyproject_hooks 1.2.0 MIT License link
python-dateutil 2.9.0.post0 Apache Software License; BSD License link
PyYAML 6.0.3 MIT License link
quebra-frases 0.3.7 Apache Software License link
regex 2026.5.9 Apache-2.0 AND CNRI-Python link
requests 2.34.2 Apache Software License link
rich 13.9.4 MIT License link
rich-click 1.9.7 MIT License

Copyright (c) 2022 Phil Ewels

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
| link |
| six | 1.17.0 | MIT License | link |
| standard-aifc | 3.13.0 | Python Software Foundation License | link |
| standard-chunk | 3.13.0 | Python Software Foundation License | link |
| typing_extensions | 4.15.0 | PSF-2.0 | link |
| urllib3 | 2.7.0 | MIT | link |
| watchdog | 6.0.0 | Apache Software License | link |
| websocket-client | 1.9.0 | Apache Software License | link |
| zipp | 4.1.0 | MIT | link |

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

🔒 Security (pip-audit)

Ensuring our project is resilient to attacks. 🏰

✅ No known vulnerabilities found (60 packages scanned).

🔍 Lint

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

ruff: issues found — see job log

📊 Coverage

Ensuring we've got all the bases covered! ⚾

84.9% total coverage

Files below 80% coverage (22 files)
File Coverage Missing lines
ovos_plugin_manager/utils/audio.py 22.5% 69
ovos_plugin_manager/hardware/__init__.py 31.6% 13
ovos_plugin_manager/templates/gui.py 39.0% 25
ovos_plugin_manager/audio.py 40.5% 22
ovos_plugin_manager/templates/language.py 58.0% 21
ovos_plugin_manager/audio2ipa.py 58.1% 13
ovos_plugin_manager/gui.py 62.5% 15
ovos_plugin_manager/postag.py 63.0% 17
ovos_plugin_manager/segmentation.py 63.0% 17
ovos_plugin_manager/tokenization.py 63.0% 17
ovos_plugin_manager/templates/solvers.py 68.5% 82
ovos_plugin_manager/plugin_entry.py 69.1% 46
ovos_plugin_manager/coreference.py 69.2% 16
ovos_plugin_manager/templates/hotwords.py 71.0% 9
ovos_plugin_manager/templates/ocp.py 72.2% 5
ovos_plugin_manager/dialog_transformers.py 72.7% 3
ovos_plugin_manager/templates/segmentation.py 73.7% 5
ovos_plugin_manager/templates/audio2ipa.py 75.0% 3
ovos_plugin_manager/templates/postag.py 75.0% 5
ovos_plugin_manager/persona.py 77.8% 2
ovos_plugin_manager/templates/keywords.py 78.9% 4
ovos_plugin_manager/wakewords.py 79.3% 19

Full report: download the coverage-report artifact.

🔨 Build Tests

Checking the alignment of our build components. 📏

✅ All versions pass

Python Build Install Tests
3.9
3.10
3.11
3.12
3.13
3.14

🏷️ Release Preview

I've checked the 'New Features' highlight reel. 📽️

Current: 2.4.0a2Next: 2.4.0a3

Signal Value
Label dependencies, python
PR title Update ovos-config requirement from <3.0.0,>=0.0.12 to >=2.1.1,<3.0.0 in /requirements
Bump alpha

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


🚀 Release Channel Compatibility

Predicted next version: 2.4.0a3

Channel Status Note Current Constraint
Stable Too new (must be <0.10.0) ovos-plugin-manager>=0.9.0,<0.10.0
Testing Compatible ovos-plugin-manager>=1.0.3,<3.0.0
Alpha Compatible ovos-plugin-manager>=2.4.0a1

The automation never sleeps, but I might reboot. 💤

Updates the requirements on [ovos-config](https://github.com/OpenVoiceOS/ovos-config) to permit the latest version.
- [Release notes](https://github.com/OpenVoiceOS/ovos-config/releases)
- [Changelog](https://github.com/OpenVoiceOS/ovos-config/blob/dev/CHANGELOG.md)
- [Commits](OpenVoiceOS/ovos-config@V0.0.12...2.1.1)

---
updated-dependencies:
- dependency-name: ovos-config
  dependency-version: 2.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/requirements/ovos-config-gte-2.1.1-and-lt-3.0.0 branch from 16fc859 to bc9f17c Compare May 22, 2026 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants