build(deps): bump cbor2 from 5.8.0 to 5.9.0 - #1204
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dependabot
Bot
force-pushed
the
dependabot/uv/cbor2-5.9.0
branch
2 times, most recently
from
March 26, 2026 00:56
d8b745c to
6381912
Compare
Bumps [cbor2](https://github.com/agronholm/cbor2) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/agronholm/cbor2/releases) - [Commits](agronholm/cbor2@5.8.0...5.9.0) --- updated-dependencies: - dependency-name: cbor2 dependency-version: 5.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/uv/cbor2-5.9.0
branch
from
March 30, 2026 22:05
6381912 to
6e51de4
Compare
f-trycua
requested review from
ddupont808,
f-trycua and
r33drichards
as code owners
July 16, 2026 11:21
Collaborator
|
closed as superseded by security dependency rollup in #2000 |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps cbor2 from 5.8.0 to 5.9.0.
Release notes
Sourced from cbor2's releases.
Commits
93c5988Bumped up the versiond903d62Updated the max_depth default value in the C function signature2b53b28Stack allocate small strings (#270)a7ac10dUpped the max_depth value to 40054c8ed5Fixed reference/memory leaks in decode_definite_long_string (#290)a8d92dc[pre-commit.ci] pre-commit autoupdate (#289)c91aa00[pre-commit.ci] pre-commit autoupdate (#288)53521e7Fixed ssize_t to Py_ssize_t94e0d21Added missing Python counterpart for max_depthbcb6ceaAdded the max_depth decoder parameter