Skip to content

Commit 183ee6e

Browse files
authored
fix(deps): update website (#4829)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [css-loader](https://redirect.github.com/webpack/css-loader) | [`7.1.3` → `7.1.4`](https://renovatebot.com/diffs/npm/css-loader/7.1.3/7.1.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/css-loader/7.1.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/css-loader/7.1.3/7.1.4?slim=true) | | [gunicorn](https://redirect.github.com/benoitc/gunicorn) ([changelog](https://gunicorn.org/news/)) | `==25.0.3` → `==25.1.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/gunicorn/25.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/gunicorn/25.0.3/25.1.0?slim=true) | | [webpack](https://redirect.github.com/webpack/webpack) | [`5.105.1` → `5.105.2`](https://renovatebot.com/diffs/npm/webpack/5.105.1/5.105.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/webpack/5.105.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/webpack/5.105.1/5.105.2?slim=true) | --- ### Release Notes <details> <summary>webpack/css-loader (css-loader)</summary> ### [`v7.1.4`](https://redirect.github.com/webpack/css-loader/blob/HEAD/CHANGELOG.md#714-2026-02-16) [Compare Source](https://redirect.github.com/webpack/css-loader/compare/v7.1.3...v7.1.4) </details> <details> <summary>benoitc/gunicorn (gunicorn)</summary> ### [`v25.1.0`](https://redirect.github.com/benoitc/gunicorn/releases/tag/25.1.0): Gunicorn 25.1.0 [Compare Source](https://redirect.github.com/benoitc/gunicorn/compare/25.0.3...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 #&#8203;3505](https://redirect.github.com/benoitc/gunicorn/pull/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](https://gunicorn.org/guides/gunicornc/) for details - **Dirty Stash**: Add global shared state between workers via `dirty.stash` ([PR #&#8203;3503](https://redirect.github.com/benoitc/gunicorn/pull/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 #&#8203;3500](https://redirect.github.com/benoitc/gunicorn/pull/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 #&#8203;3504](https://redirect.github.com/benoitc/gunicorn/pull/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 </details> <details> <summary>webpack/webpack (webpack)</summary> ### [`v5.105.2`](https://redirect.github.com/webpack/webpack/blob/HEAD/CHANGELOG.md#51052) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.105.1...v5.105.2) ##### Patch Changes - Fixed `WebpackPluginInstance` type regression. (by [@&#8203;alexander-akait](https://redirect.github.com/alexander-akait) in [#&#8203;20440](https://redirect.github.com/webpack/webpack/pull/20440)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 33489c7 commit 183ee6e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

gcp/website/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gcp/website/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"packageurl-python==0.17.6",
1717
"redis==6.4.0",
1818
"requests==2.32.5",
19-
"gunicorn==25.0.3",
19+
"gunicorn==25.1.0",
2020
"whitenoise==6.11.0",
2121
"cvss==3.6",
2222
"osv",

0 commit comments

Comments
 (0)