Bump parameterized from 0.8.1 to 0.9.0 - #15241
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [parameterized](https://github.com/wolever/parameterized) from 0.8.1 to 0.9.0. - [Changelog](https://github.com/wolever/parameterized/blob/master/CHANGELOG.txt) - [Commits](wolever/parameterized@v0.8.1...v0.9.0) --- updated-dependencies: - dependency-name: parameterized dependency-version: 0.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
🟡 Waiting for changesLast updated: 2026-09-01 01:15 UTC |
rtibblesbot
left a comment
There was a problem hiding this comment.
PR #15241 — parameterized 0.8.1 → 0.9.0. Minor bump, dev/test-only. CI failing.
Breaking: 0.9.0 requires Python >= 3.7. Kolibri declares >=3.6, and its 3.6 CI jobs install the test group from pyproject.toml, bypassing uv.lock. Python unit tests (3.6) and Morango Integration Tests (3.6) fail at Install dependencies:
× No solution found when resolving dependencies:
╰─▶ Because the current Python version (3.6.15) does not satisfy Python>=3.7
and parameterized==0.9.0 depends on Python>=3.7 ...
Fix inline; alternatively close and ignore parameterized until 3.6 is dropped.
Rest of 0.9.0: bare str/bytes params no longer need tuple-wrapping (Kolibri passes tuples — unaffected), namespace arg on expand, IsolatedAsyncioTestCase. No security fixes, no new transitive deps.
No zombie threads is unrelated — re-run it.
@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly
How was this generated?
Ran a dependency-update review pipeline over the version bump:
- Classified the bump by semver (patch / minor / major) and dependency type (production vs. development)
- Extracted the changelog and release notes across the version range
- Assessed compatibility with this project's usage and whether any code changes are required
- Treated CI as the primary safety net
- Scaled the review depth to the update's risk
- Chose the verdict from semver risk, changelog findings, and CI status
| "pytest-pythonpath==0.7.2; python_version < '3.14'", | ||
| "attrs==19.2.0", | ||
| "parameterized==0.8.1", | ||
| "parameterized==0.9.0", |
There was a problem hiding this comment.
blocking: Split the pin the way pytest is split two lines up:
"parameterized==0.8.1; python_version < '3.7'",
"parameterized==0.9.0; python_version >= '3.7'",uv.lock is unaffected — its resolution universe starts at 3.7.
Bumps parameterized from 0.8.1 to 0.9.0.
Changelog
Sourced from parameterized's changelog.
Commits
8719c41Version 0.9.0b9f6a64Bump to 0.9.0-rc1 for testing1e0241fMerge pull request #161 from wolever/fix-138-mock-patch-multiple8bc5b58Fix #138: support for class-level mock.patch.multiple64295bfMerge pull request #159 from adamchainz/remove_hg_ignorea70f49bRemove hgignore filee383e1eMerge pull request #157 from wolever/issue-134-allow-bytes-as-input41471f9Fix #134 - wrap str, bytes, and any non-iterable input4d5f3d6Merge pull request #156 from wolever/test-for-mock-patch-multiple5872986Add test for@mock.patch.multipleDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)