Skip to content

chore(deps-dev): update mutmut requirement from >=3.5.0 to >=3.7.0 - #155

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/mutmut-gte-3.7.0
Open

chore(deps-dev): update mutmut requirement from >=3.5.0 to >=3.7.0#155
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/mutmut-gte-3.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on mutmut to permit the latest version.

Changelog

Sourced from mutmut's changelog.

3.7.0


* Fix the trampoline dropping a generator's return value, so ``yield from`` on a mutated generator no longer yields ``None`` instead of its result
  • Fix async generators, so that aclose()/athrow() are handled by the except/finally blocks of the mutated function instead of being swallowed by the trampoline

  • Fix max_stack_depth when a test changes the working directory (for example via a tmpdir fixture)

  • Fix type_check_command reporting type errors in copied files that have no mutants

  • Per-function source hashing for incremental cache invalidation — only re-test mutants in functions that changed

  • Cross-call dependency tracking — invalidate mutants in callers when a called function changes

  • Use git to detect non-Python dependency file changes; falls back to a curated file list when git is unavailable

  • Add cache_invalidation_exclude config to suppress noisy files from change detection

  • Add use_git_change_detection config (default true) to opt out of git-based detection

  • Add uv.lock, poetry.lock, Pipfile.lock, and pdm.lock to the list of files copied by default

  • Invalidate cached results automatically when result-affecting config fields change

  • Make mutmut browse, show and apply much faster and use far less memory, by storing where each mutant is in the mutated file instead of parsing the whole file to find it

3.6.0

  • Add # pragma: no mutate block and # pragma: no mutate start/end comments

  • Add do_not_mutate_patterns to disable mutations with a regex

  • Add only_mutate config to select which files get mutated

  • Also mutate methods decorated with (only) @staticmethod or @classmethod

  • Add use_setproctitle option to disable process renaming (automatically disabled on MacOS)

  • Add (unstable) timeout_multiplier and timeout_constant options

  • Rename paths_to_mutate to source_paths

  • Deprecate tests_dir in favor of pytest_add_cli_args_test_selection

  • Change max_stack_depth to only consider functions inside source_paths

  • Disable mutation of enums and @staticmethod/@classmethod methods when type_check_command is set, as these mutations break type checking

... (truncated)

Commits

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)

Updates the requirements on [mutmut](https://github.com/boxed/mutmut) to permit the latest version.
- [Changelog](https://github.com/boxed/mutmut/blob/main/HISTORY.rst)
- [Commits](boxed/mutmut@3.5.0...3.7.0)

---
updated-dependencies:
- dependency-name: mutmut
  dependency-version: 3.7.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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