Skip to content

tools: update midna bump gunicorn from 25.0.3 to 25.1.0 in /midna#1738

Closed
dependabot[bot] wants to merge 40 commits into14.3.0.2from
dependabot/pip/midna/14.3.0.2/gunicorn-25.1.0
Closed

tools: update midna bump gunicorn from 25.0.3 to 25.1.0 in /midna#1738
dependabot[bot] wants to merge 40 commits into14.3.0.2from
dependabot/pip/midna/14.3.0.2/gunicorn-25.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 15, 2026

Bumps gunicorn from 25.0.3 to 25.1.0.

Release notes

Sourced from gunicorn's releases.

Gunicorn 25.1.0

New Features

  • Control Interface (gunicornc): Add interactive control interface for managing running Gunicorn instances, similar to birdc for BIRD routing daemon ([PR #3505](benoitc/gunicorn#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](benoitc/gunicorn#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](benoitc/gunicorn#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](benoitc/gunicorn#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
Commits
  • 2d43101 docs: merge gunicornc into 25.1.0 release
  • bf4ad8d docs: update 25.1.0 release date to 2026-02-13
  • 730350e Merge pull request #3505 from benoitc/feature/gunicornc-control-interface
  • 63df19b fix(tests): use process groups for reliable signal handling in PyPy
  • cd77bcc fix(tests): increase wait time for all server tests
  • 02ea985 fix(tests): improve server test reliability on FreeBSD
  • 6d81c9e fix: resolve pylint warnings
  • 7486baa fix: remove unused imports
  • 3e60d29 docs: add gunicornc control interface guide
  • e05e40d feat(ctl): add message-based dirty worker management
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot Bot and others added 30 commits February 7, 2026 20:35
 bump django from 6.0 to 6.0.1 in /midna

Bumps [django](https://github.com/django/django) from 6.0 to 6.0.1.
- [Commits](django/django@6.0...6.0.1)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 bump boto3 from 1.42.21 to 1.42.25 in /midna

Bumps [boto3](https://github.com/boto/boto3) from 1.42.21 to 1.42.25.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.21...1.42.25)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.42.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 Bump NUnit3TestAdapter from 6.0.1 to 6.1.0

---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: NUnit3TestAdapter
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: NUnit3TestAdapter
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: NUnit3TestAdapter
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: NUnit3TestAdapter
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: NUnit3TestAdapter
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
 bump org.owasp.dependencycheck in /android

Bumps org.owasp.dependencycheck from 12.1.9 to 12.2.0.

---
updated-dependencies:
- dependency-name: org.owasp.dependencycheck
  dependency-version: 12.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
 bump boto3 from 1.42.25 to 1.42.30 in /midna

Bumps [boto3](https://github.com/boto/boto3) from 1.42.25 to 1.42.30.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.25...1.42.30)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.42.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 bump gunicorn from 23.0.0 to 24.1.1 in /midna

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 23.0.0 to
24.1.1.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@23.0.0...24.1.1)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-version: 24.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
 bump boto3 from 1.42.30 to 1.42.34 in /midna

Bumps [boto3](https://github.com/boto/boto3) from 1.42.30 to 1.42.34.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.30...1.42.34)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.42.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 bump gradle-wrapper in /android

Bumps gradle-wrapper from 8.14.3 to 9.3.0.

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
 bump org.robolectric:robolectric in /android

Bumps [org.robolectric:robolectric](https://github.com/robolectric/
robolectric) from 4.16 to 4.16.1.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/
robolectric-4.16...robolectric-4.16.1)

---
updated-dependencies:
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 Bump Keon.MVC from 5.0.22 to 5.0.24

---
updated-dependencies:
- dependency-name: Keon.MVC
  dependency-version: 5.0.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 Bump Keon.NHibernate from 5.6.7 to 5.6.8

---
updated-dependencies:
- dependency-name: Keon.NHibernate
  dependency-version: 5.6.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 bump gradle-wrapper in /android

Bumps gradle-wrapper from 9.3.0 to 9.3.1.

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Found vulnerabilities in tar < 7.5.7
chore(deps): bump bytes from 1.10.1 to 1.11.1 in /version

Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.1 to 1.11.1.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/
CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.10.1...v1.11.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump django from 6.0 to 6.0.2 in /midna/src

Bumps [django](https://github.com/django/django) from 6.0 to 6.0.2.
- [Commits](django/django@6.0...6.0.2)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 6.0.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump git2 from 0.20.3 to 0.20.4 in /version

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.20.3 to
0.20.4.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/git2-0.20.4/
CHANGELOG.md)
- [Commits](https://github.com/rust-lang/git2-rs/compare/
git2-0.20.3...git2-0.20.4)

---
updated-dependencies:
- dependency-name: git2
  dependency-version: 0.20.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
 bump boto3 from 1.42.35 to 1.42.39 in /midna

Bumps [boto3](https://github.com/boto/boto3) from 1.42.35 to 1.42.39.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.35...1.42.39)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.42.39
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 Bump AWSSDK.CloudWatchLogs from 4.0.14.3 to 4.0.14.5

---
updated-dependencies:
- dependency-name: AWSSDK.CloudWatchLogs
  dependency-version: 4.0.14.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 Bump AWSSDK.S3 from 4.0.17.2 to 4.0.18.1

---
updated-dependencies:
- dependency-name: AWSSDK.S3
  dependency-version: 4.0.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 Bump AWSSDK.SQS from 4.0.2.12 to 4.0.2.14

---
updated-dependencies:
- dependency-name: AWSSDK.SQS
  dependency-version: 4.0.2.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 Bump MySql.Data from 9.5.0 to 9.6.0

---
updated-dependencies:
- dependency-name: MySql.Data
  dependency-version: 9.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
 Bump Reqnroll from 3.3.2 to 3.3.3

---
updated-dependencies:
- dependency-name: Reqnroll
  dependency-version: 3.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Reqnroll
  dependency-version: 3.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
darakeon and others added 8 commits February 7, 2026 20:54
 bump regex from 1.12.2 to 1.12.3 in /version

Bumps [regex](https://github.com/rust-lang/regex) from 1.12.2 to 1.12.3.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.12.2...1.12.3)

---
updated-dependencies:
- dependency-name: regex
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 bump gunicorn from 24.1.1 to 25.0.3 in /midna

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 24.1.1 to 25.0.3.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@24.1.1...25.0.3)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-version: 25.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
 bump reqwest from 0.13.1 to 0.13.2 in /version

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.1 to 0.13.2.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.13.1...v0.13.2)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 bump org.jetbrains.kotlin:kotlin-gradle-plugin

Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.3.0 to 2.3.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.0...v2.3.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 Bump Amazon.Lambda.Core and Amazon.Lambda.RuntimeSupport

Bumps Amazon.Lambda.Core from 2.8.0 to 2.8.1
Bumps Amazon.Lambda.RuntimeSupport from 1.14.1 to 1.14.2

---
updated-dependencies:
- dependency-name: Amazon.Lambda.Core
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Amazon.Lambda.RuntimeSupport
  dependency-version: 1.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 Bump MySql.Data from 9.5.0 to 9.6.0

---
updated-dependencies:
- dependency-name: MySql.Data
  dependency-version: 9.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies specific for dependabot midna System administration project labels Feb 15, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
dfm-api-maintenance Ignored Ignored Feb 22, 2026 10:42am

dependabot Bot added 2 commits February 15, 2026 12:01
 bump boto3 from 1.42.44 to 1.42.49 in /midna

Bumps [boto3](https://github.com/boto/boto3) from 1.42.44 to 1.42.49.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.44...1.42.49)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.42.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 bump gunicorn from 25.0.3 to 25.1.0 in /midna

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.0.3 to 25.1.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@25.0.3...25.1.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-version: 25.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/midna/14.3.0.2/gunicorn-25.1.0 branch from b8e8066 to 6c34fc8 Compare February 22, 2026 10:42
@darakeon
Copy link
Copy Markdown
Owner

@dependabot recreate

@darakeon darakeon enabled auto-merge (rebase) March 24, 2026 00:03
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 24, 2026

Looks like gunicorn is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 24, 2026
auto-merge was automatically disabled March 24, 2026 00:04

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/pip/midna/14.3.0.2/gunicorn-25.1.0 branch March 24, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies specific for dependabot midna System administration project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants