Skip to content

Bump parameterized from 0.8.1 to 0.9.0 - #15241

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/uv/parameterized-0.9.0
Open

dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/uv/parameterized-0.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps parameterized from 0.8.1 to 0.9.0.

Changelog

Sourced from parameterized's changelog.

0.9.0 (2023-03-26) * Drop support for Python 2.X, 3.5, and 3.6; Add support for Python 3.10, 3.11 (wolever/parameterized#153) * Modernize from setup.py -> pyproject.toml (wolever/parameterized#147; thanks @​KOLANICH) * Add namespace argument to @parameterize.expand (wolever/parameterized#148; thanks @​KOLANICH) * Add support for IsolatedAsyncioTestCase (wolever/parameterized#135; thanks @​Ronserruya) * Work around for bug bpo-40126 in older versions of mock (wolever/parameterized#129; thanks @​alexpizarroj) * Allow str, bytes, and any non-iterable input to be passed to @parameterized without wrapping in a tuple (wolever/parameterized#157) * Fix class-level mock.patch.multiple (wolever/parameterized#138; thanks @​ArthurGW)

Commits
  • 8719c41 Version 0.9.0
  • b9f6a64 Bump to 0.9.0-rc1 for testing
  • 1e0241f Merge pull request #161 from wolever/fix-138-mock-patch-multiple
  • 8bc5b58 Fix #138: support for class-level mock.patch.multiple
  • 64295bf Merge pull request #159 from adamchainz/remove_hg_ignore
  • a70f49b Remove hgignore file
  • e383e1e Merge pull request #157 from wolever/issue-134-allow-bytes-as-input
  • 41471f9 Fix #134 - wrap str, bytes, and any non-iterable input
  • 4d5f3d6 Merge pull request #156 from wolever/test-for-mock-patch-multiple
  • 5872986 Add test for @​mock.patch.multiple
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 1, 2026
@rtibblesbot

rtibblesbot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

🟡 Waiting for changes

Last updated: 2026-09-01 01:15 UTC

@rtibblesbot rtibblesbot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR #15241parameterized 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

Comment thread pyproject.toml
"pytest-pythonpath==0.7.2; python_version < '3.14'",
"attrs==19.2.0",
"parameterized==0.8.1",
"parameterized==0.9.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

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:uv Pull requests that update python:uv code SIZE: small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants