Skip to content

Comments

Update all dependencies#440

Merged
hluk merged 1 commit intomasterfrom
konflux/mintmaker/master/all-dependencies
Feb 16, 2026
Merged

Update all dependencies#440
hluk merged 1 commit intomasterfrom
konflux/mintmaker/master/all-dependencies

Conversation

@red-hat-konflux
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
astral-sh/ruff-pre-commit repository patch v0.15.0 -> v0.15.1 age confidence
gunicorn (changelog) project.dependencies minor >=25,<25.1 -> >=25,<25.2 age confidence
quay.io/fedora/python-313 final major 20260204 -> 20260211 age confidence
renovatebot/pre-commit-hooks repository minor 43.4.3 -> 43.15.1 age confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.15.1

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.1

benoitc/gunicorn (gunicorn)

v25.1.0: Gunicorn 25.1.0

Compare Source

New Features
  • Control Interface (gunicornc): Add interactive control interface for managing
    running Gunicorn instances, similar to birdc for BIRD routing daemon
    (PR #​3505)

    • Unix socket-based communication with JSON protocol
    • Interactive mode with readline support and command history
    • Commands: show all/workers/dirty/config/stats/listeners
    • Worker management: worker add/remove/kill, dirty add/remove
    • Server control: reload, reopen, shutdown
    • New settings: --control-socket, --control-socket-mode, --no-control-socket
    • New CLI tool: gunicornc for connecting to control socket
    • See Control Interface Guide for details
  • Dirty Stash: Add global shared state between workers via dirty.stash
    (PR #​3503)

    • In-memory key-value store accessible by all workers
    • Supports get, set, delete, clear, keys, and has operations
    • Useful for sharing state like feature flags, rate limits, or cached data
  • Dirty Binary Protocol: Implement efficient binary protocol for dirty arbiter IPC
    using TLV (Type-Length-Value) encoding
    (PR #​3500)

    • More efficient than JSON for binary data
    • Supports all Python types: str, bytes, int, float, bool, None, list, dict
    • Better performance for large payloads
  • Dirty TTIN/TTOU Signals: Add dynamic worker scaling for dirty arbiters
    (PR #​3504)

    • Send SIGTTIN to increase dirty workers
    • Send SIGTTOU to decrease dirty workers
    • Respects minimum worker constraints from app configurations
Changes
  • ASGI Worker: Promoted from beta to stable
  • Dirty Arbiters: Now marked as beta feature
Documentation
  • Fix Markdown formatting in /configure documentation
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)

v43.15.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.15.1 for more changes

v43.15.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.15.0 for more changes

v43.14.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.14.2 for more changes

v43.14.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.14.1 for more changes

v43.14.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.14.0 for more changes

v43.12.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.12.1 for more changes

v43.12.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.12.0 for more changes

v43.11.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.11.1 for more changes

v43.11.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.11.0 for more changes

v43.10.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.10.3 for more changes

v43.10.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.10.2 for more changes

v43.10.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.10.1 for more changes

v43.10.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.10.0 for more changes

v43.9.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.9.0 for more changes

v43.8.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.8.5 for more changes

v43.8.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.8.4 for more changes

v43.8.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.8.3 for more changes

v43.8.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.8.2 for more changes

v43.8.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.8.1 for more changes

v43.8.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.8.0 for more changes

v43.6.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.6.3 for more changes

v43.6.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.6.2 for more changes

v43.6.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.6.1 for more changes

v43.6.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.6.0 for more changes

v43.5.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.5.6 for more changes

v43.5.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.5.5 for more changes

v43.5.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.5.4 for more changes

v43.5.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.5.3 for more changes

v43.5.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.5.2 for more changes

v43.5.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.5.1 for more changes

v43.5.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.5.0 for more changes

v43.4.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.4.5 for more changes

v43.4.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.4.4 for more changes


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@hluk hluk merged commit 391eeb5 into master Feb 16, 2026
15 checks passed
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.

1 participant