Update dependency cbor2 to v6.1.4 #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/cbor2-6.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==6.0.1→==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)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
31fe4e86a2to58e1d04775Update dependency cbor2 to v6.1.3to Update dependency cbor2 to v6.1.4View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.