chore(deps): bump h2 from 4.3.0 to 4.4.1 - #1234
Conversation
Bumps [h2](https://github.com/python-hyper/h2) from 4.3.0 to 4.4.1. - [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst) - [Commits](python-hyper/h2@v4.3.0...v4.4.1) --- updated-dependencies: - dependency-name: h2 dependency-version: 4.4.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying infrahub-sdk-python with
|
| Latest commit: |
b06573e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://fe559169.infrahub-sdk-python.pages.dev |
| Branch Preview URL: | https://dependabot-uv-h2-4-4-1.infrahub-sdk-python.pages.dev |
|
Tested Verdict: ✅ safe to merge — no code changes needed. Both bumps are dev/test-only transitive deps. The SDK never imports Dependency chain (both): h2 4.4.0/4.4.1 breaking changes, cross-checked against usage:
Security/bug fixes (in-place buffer frame removal, reject non-zero
The remaining Bottom line: dev/test-only transitive bump on a code path the SDK doesn't enable. Safe to merge. ✅ |
Bumps h2 from 4.3.0 to 4.4.1.
Changelog
Sourced from h2's changelog.
Commits
bc239afv4.4.192b925eadd test for duplicate host headers292a408reject duplicate Host headers in request headers04d3b87update changelog439b970prepare for next release cycle9a7ff74performance: remove consumed frames in place from data buffer (#1321)6cce763v4.4.0dfafda3Bump pytest from 8.4.2 to 9.0.3 (#1320)b45207cdependencies and packaging++c40145fparsecontent-lengthheaders according to RFC9110 grammar for numbers (1*DI...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by cubic
Upgrade
h2from 4.3.0 to 4.4.1 for better performance and stricter HTTP/2 compliance. Lockfile also updateshpackto 4.2.0.Dependencies
h24.3.0 → 4.4.1 (perf improvements, duplicateHostrejection, strictercontent-length, updated CONNECT validation)hpack4.1.0 → 4.2.0 (transitive)Migration
Stream.end_stream()now raisesNoSuchStreamError/StreamClosedError. Update exception handling.Hostor conflictingcontent-lengthheaders.Written for commit b06573e. Summary will update on new commits.