Commit 36ad091
authored
fix(deps): update website (#5165)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[Flask-Compress](https://redirect.github.com/colour-science/flask-compress)
| `==1.23` → `==1.24` |

|

|
|
[google-cloud-logging](https://redirect.github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-logging)
([source](https://redirect.github.com/googleapis/google-cloud-python)) |
`==3.14.0` → `==3.15.0` |

|

|
|
[google-cloud-ndb](https://redirect.github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-ndb)
([source](https://redirect.github.com/googleapis/google-cloud-python)) |
`==2.4.0` → `==2.4.1` |

|

|
| [gunicorn](https://redirect.github.com/benoitc/gunicorn)
([changelog](https://gunicorn.org/news/)) | `==25.2.0` → `==25.3.0` |

|

|
|
[mini-css-extract-plugin](https://redirect.github.com/webpack/mini-css-extract-plugin)
| [`2.10.1` →
`2.10.2`](https://renovatebot.com/diffs/npm/mini-css-extract-plugin/2.10.1/2.10.2)
|

|

|
| [requests](https://redirect.github.com/psf/requests)
([changelog](https://redirect.github.com/psf/requests/blob/master/HISTORY.md))
| `==2.33.0` → `==2.33.1` |

|

|
---
### Release Notes
<details>
<summary>colour-science/flask-compress (Flask-Compress)</summary>
###
[`v1.24`](https://redirect.github.com/colour-science/flask-compress/blob/HEAD/CHANGELOG.md#124-2026-03-31)
[Compare
Source](https://redirect.github.com/colour-science/flask-compress/compare/v1.23...v1.24)
- add mypy annotations and mark it as checkable,
[#​76](https://redirect.github.com/colour-science/flask-compress/pull/76)
by [@​orborde](https://redirect.github.com/orborde)
- enable trusted publishing, allowing GitHub Actions to publish releases
to PyPI without long lived credentials,
[#​78](https://redirect.github.com/colour-science/flask-compress/issues/78)
by [@​alexprengere](https://redirect.github.com/alexprengere)
</details>
<details>
<summary>googleapis/google-cloud-python (google-cloud-logging)</summary>
###
[`v3.15.0`](https://redirect.github.com/googleapis/google-cloud-python/releases/tag/google-cloud-logging-v3.15.0):
google-cloud-logging: v3.15.0
[Compare
Source](https://redirect.github.com/googleapis/google-cloud-python/compare/google-cloud-logging-v3.14.0...google-cloud-logging-v3.15.0)
#####
[v3.15.0](https://redirect.github.com/googleapis/google-cloud-python/compare/google-cloud-logging-v3.14.0...google-cloud-logging-v3.15.0)
(2026-03-26)
</details>
<details>
<summary>benoitc/gunicorn (gunicorn)</summary>
###
[`v25.3.0`](https://redirect.github.com/benoitc/gunicorn/releases/tag/25.3.0):
Gunicorn 25.3.0
[Compare
Source](https://redirect.github.com/benoitc/gunicorn/compare/25.2.0...25.3.0)
#### Bug Fixes
- **HTTP/2 ASGI Body Duplication**: Fix request body being received
twice in HTTP/2
ASGI requests, causing JSON parsing errors with "Extra data" messages
([#​3558](https://redirect.github.com/benoitc/gunicorn/issues/3558))
- **ASGI Chunked EOF Handling**: Add `finish()` method to callback
parser to handle
chunked encoding edge case where connection closes before final CRLF
after zero-chunk
- **HTTP/2 Documentation**: Fix `http_protocols` examples to use
comma-separated string
instead of list syntax
([#​3561](https://redirect.github.com/benoitc/gunicorn/issues/3561))
- **Chunked Encoding**: Reject chunk extensions containing bare CR bytes
per RFC 9112
([#​3556](https://redirect.github.com/benoitc/gunicorn/discussions/3556))
- **Request Line Limit**: Fix `--limit-request-line 0` to mean unlimited
as documented,
instead of using default maximum. Works with both Python and fast C
parser.
([#​3563](https://redirect.github.com/benoitc/gunicorn/issues/3563))
#### Security
- **ASGI Parser Header Validation**: Add security checks per RFC
9110/9112:
- Reject duplicate Content-Length headers
- Reject requests with both Content-Length and Transfer-Encoding
- Reject chunked transfer encoding in HTTP/1.0
- Reject stacked chunked encoding
- Validate Transfer-Encoding values
- Strict chunk size validation
#### Changes
- **Fast HTTP Parser**: Update to gunicorn\_h1c >= 0.6.3 for
`asgi_headers` property
and `InvalidChunkExtension` validation for bare CR rejection
- **ASGI PROXY Protocol**: Add PROXY protocol v1/v2 support to callback
parser
- **Docker Images**: Update to Python 3.14
</details>
<details>
<summary>webpack/mini-css-extract-plugin
(mini-css-extract-plugin)</summary>
###
[`v2.10.2`](https://redirect.github.com/webpack/mini-css-extract-plugin/blob/HEAD/CHANGELOG.md#2102-2026-03-26)
[Compare
Source](https://redirect.github.com/webpack/mini-css-extract-plugin/compare/v2.10.1...v2.10.2)
</details>
<details>
<summary>psf/requests (requests)</summary>
###
[`v2.33.1`](https://redirect.github.com/psf/requests/blob/HEAD/HISTORY.md#2331-2026-03-30)
[Compare
Source](https://redirect.github.com/psf/requests/compare/v2.33.0...v2.33.1)
**Bugfixes**
- Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary
files in the tmp directory.
([#​7305](https://redirect.github.com/psf/requests/issues/7305))
- Fixed Content-Type header parsing for malformed values.
([#​7309](https://redirect.github.com/psf/requests/issues/7309))
- Improved error consistency for malformed header values.
([#​7308](https://redirect.github.com/psf/requests/issues/7308))
</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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->1 parent 1ca0e2e commit 36ad091
3 files changed
Lines changed: 45 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments