Skip to content

Bump mirakuru from 3.0.2 to 3.0.3 - #1447

Merged
merger-application[bot] merged 1 commit into
mainfrom
dependabot/uv/mirakuru-3.0.3
Sep 11, 2026
Merged

Bump mirakuru from 3.0.2 to 3.0.3#1447
merger-application[bot] merged 1 commit into
mainfrom
dependabot/uv/mirakuru-3.0.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps mirakuru from 3.0.2 to 3.0.3.

Changelog

Sourced from mirakuru's changelog.

mirakuru 3.0.3 (2026-09-03)

Bugfixes

  • Fixed OutputExecutor never detecting a banner that gets split across two reads. The tail of an unterminated line is now carried over, instead of being consumed unmatched. ([#1115](https://github.com/dbfixtures/mirakuru/issues/1115) <https://github.com/dbfixtures/mirakuru/issues/1115>_)
  • Fixed OutputExecutor timing out on processes that produce a lot of output before the banner. Draining no longer hands back control as soon as the pipe momentarily runs empty, which used to limit it to roughly one pipe buffer per sleep interval. ([#1115](https://github.com/dbfixtures/mirakuru/issues/1115) <https://github.com/dbfixtures/mirakuru/issues/1115>_)
  • Fixed OutputExecutor disregarding its timeout and spinning on the closed output when the process ends before the banner appears. ([#1115](https://github.com/dbfixtures/mirakuru/issues/1115) <https://github.com/dbfixtures/mirakuru/issues/1115>_)

Miscellaneous

  • [#988](https://github.com/dbfixtures/mirakuru/issues/988) <https://github.com/dbfixtures/mirakuru/issues/988>, [#991](https://github.com/dbfixtures/mirakuru/issues/991) <https://github.com/dbfixtures/mirakuru/issues/991>, [#1127](https://github.com/dbfixtures/mirakuru/issues/1127) <https://github.com/dbfixtures/mirakuru/issues/1127>, [#1132](https://github.com/dbfixtures/mirakuru/issues/1132) <https://github.com/dbfixtures/mirakuru/issues/1132>, [#1133](https://github.com/dbfixtures/mirakuru/issues/1133) <https://github.com/dbfixtures/mirakuru/issues/1133>, [#1139](https://github.com/dbfixtures/mirakuru/issues/1139) <https://github.com/dbfixtures/mirakuru/issues/1139>, [#1156](https://github.com/dbfixtures/mirakuru/issues/1156) <https://github.com/dbfixtures/mirakuru/issues/1156>_
  • Add Python 3.15 to the CI
  • Add completed check_suite to automerge triggers
  • Extend pre-commit with pyproject-fmt to format pyproject.toml
  • Fix automerge action configuration
  • Hardened CI workflows by pinning external workflows/actions to commit hashes instead of mutable version tags.
  • Migrate dev env and build system to uv
  • Migrate to trusted publishing.
  • Nudge stuck dependabot pull requests back into the automerge flow
  • Read pull request state with GITHUB_TOKEN in the dependabot nudge
  • Trigger automerge from the workflows that actually exist
  • Updated actions-reuse for automerge
Commits
  • 75dbcae Release 3.0.3
  • 45d16af Merge pull request #1158 from dbfixtures/issue-1127
  • 6235a7c Add scheduled release workflow - closes #1127
  • 6a9d4d3 Merge pull request #1157 from dbfixtures/issue-1133
  • 1e99b3b Add zizmor to pre-commit and fix findings - closes #1156
  • d04d45c Merge pull request #1155 from dbfixtures/dependabot/github_actions/fizyk-acti...
  • 295286c Bump the fizyk-actions-reuse group with 5 updates
  • 91d358a Merge pull request #1154 from dbfixtures/issue-1132
  • 5f65a87 Migrate the automerge workflow - closes #1132
  • 2cdb520 Merge pull request #1116 from dbfixtures/issue-1115
  • 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 [mirakuru](https://github.com/dbfixtures/mirakuru) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/dbfixtures/mirakuru/blob/main/CHANGES.rst)
- [Commits](dbfixtures/mirakuru@v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: mirakuru
  dependency-version: 3.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 11, 2026
@coderabbitai

coderabbitai Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: bf5d73c2-3af2-4013-a6b9-f6137bf062b1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@merger-application
merger-application Bot merged commit b3c2ba9 into main Sep 11, 2026
72 checks passed
@merger-application
merger-application Bot deleted the dependabot/uv/mirakuru-3.0.3 branch September 11, 2026 02:35
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants