Update dependency cbor2 to v6 - #111
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/cbor2-6.x-lockfile
branch
from
April 29, 2026 00:33
b296a42 to
5319229
Compare
renovate
Bot
force-pushed
the
renovate/cbor2-6.x-lockfile
branch
2 times, most recently
from
May 14, 2026 14:13
2a3bc01 to
a19b521
Compare
renovate
Bot
force-pushed
the
renovate/cbor2-6.x-lockfile
branch
from
June 2, 2026 19:13
a19b521 to
47a8870
Compare
renovate
Bot
force-pushed
the
renovate/cbor2-6.x-lockfile
branch
from
June 19, 2026 08:13
47a8870 to
f656c9e
Compare
renovate
Bot
force-pushed
the
renovate/cbor2-6.x-lockfile
branch
from
July 4, 2026 14:29
f656c9e to
f56b51d
Compare
renovate
Bot
force-pushed
the
renovate/cbor2-6.x-lockfile
branch
from
August 1, 2026 20:58
f56b51d to
17212e8
Compare
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.
This PR contains the following updates:
5.9.0→6.1.4Release Notes
agronholm/cbor2 (cbor2)
v6.1.4Compare Source
frozendictderiving its hash from its keys and its values as two independent sets, so that frozendicts holding the same keys and the same values all collided regardless of how the two were paired; since the decoder builds a frozendict for every map in an immutable position, a payload keyed by such maps decoded in quadratic time (#333; PR by @sahvx655-wq)bytearrayvalues in the string reference namespace, unlikebytesandstr; since the decoder registers every byte string it reads, a singlebytearraydesynchronised the namespace and made subsequent string references resolve to the wrong value (#332; PR by @sahvx655-wq)int.from_bytes()also accepts an array (or a map, whose keys it iterates), so a tag wrapping one of those was coerced into an integer instead of being rejected as malformed (#326; PR by @sahvx655-wq)v6.1.3Compare Source
+instead of building the result once (#316; PR by @sahvx655-wq)datetime_as_timestampencoding whole-second datetimes before 1970 or after 2106 as floats instead of integers, because the timestamp was narrowed through an unsigned 32-bit integer (#317; PR by @sahvx655-wq)CBORDecodeErrorreadinginvalid types in input array; the encoder emits them as[address, null, zone id]but the decoder only handled the network and interface array forms, so a scoped~ipaddress.IPv6Addresscould not be decoded back (#324; PR by @sahvx655-wq)v6.1.2Compare Source
cbor2.load()crash caused by incorrect handling of internal read buffer extension during stream deserialization. (#307; PR by @noderyos)v6.1.1Compare Source
cbor2.load()returning corrupted data for payloads exceeding 4096 bytes (#304)v6.1.0Compare Source
allow_duplicate_keysparameter toCBORDecoder,loadandloads(default:True). When set toFalse, aCBORDecodeErroris raised upon encountering a duplicate key within the same map. (#283)memoryvieworbytearray) in addition tobytes(#297)v6.0.1Compare Source
v6.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.