chore(deps): update dependency msgpack to v1.2.0 #5

Open
renovate-bot wants to merge 1 commit from renovate/msgpack-1.x into master
Member

This PR contains the following updates:

Package Change Age Confidence
msgpack (changelog) ==1.0.7 -> ==1.2.0 age confidence

Release Notes

msgpack/msgpack-python (msgpack)

v1.2.0

Compare Source

Release Date: 2026-06-11

  • Support free threaded Python. #​654, #​686
  • Dropped support for Python 3.9. #​656
  • Fix missing error checks in C code. #​665, #​666, #​667, #​672
  • Fix strict_map_key option didn't work for object_pairs_hook. #​673
  • Increase DEFAULT_RECURSE_LIMIT of Unpacker to 1024. #​676
  • Fix memory leak when Unpacker returns error for invalid input. #​671
  • Fix Packer.pack_ext_type() ignored autoreset option. #​663
  • Fix Timestamp.from_datetime() returning wrong value for pre-epoch datetimes. #​662
  • Fix use-after-free in unpackb() and Unpacker.unpack() for non-contiguous input. #​677
  • Fix possible memory leak when calling Unpacker.__init__() several times. #​687

v1.1.2

Compare Source

Release Date: 2025-10-08

This release does not change source code. It updates only building
wheels:

  • Update Cython to v3.1.4
  • Update cibuildwheel to v3.2.0
  • Drop Python 3.8
  • Add Python 3.14
  • Add windows-arm

v1.1.1

Compare Source

Release Date: 2025-06-13

  • No change from 1.1.1rc1.

v1.1.0

Compare Source

Release Date: 2024-09-10

  • use PyLong_* instead of PyInt_* for compatibility with future
    Cython. (#​620)

v1.0.8

Compare Source

Release Date: 2024-03-01

  • Update Cython to 3.0.8. This fixes memory leak when iterating
    Unpacker object on Python 3.12.
  • Do not include C/Cython files in binary wheels.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [msgpack](https://github.com/msgpack/msgpack-python) ([changelog](https://github.com/msgpack/msgpack-python/blob/main/CHANGELOG.md)) | `==1.0.7` -> `==1.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/msgpack/1.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/msgpack/1.0.7/1.2.0?slim=true) | --- ### Release Notes <details> <summary>msgpack/msgpack-python (msgpack)</summary> ### [`v1.2.0`](https://github.com/msgpack/msgpack-python/blob/HEAD/CHANGELOG.md#120) [Compare Source](https://github.com/msgpack/msgpack-python/compare/v1.1.2...v1.2.0) Release Date: 2026-06-11 - Support free threaded Python. [#&#8203;654](https://github.com/msgpack/msgpack-python/issues/654), [#&#8203;686](https://github.com/msgpack/msgpack-python/issues/686) - Dropped support for Python 3.9. [#&#8203;656](https://github.com/msgpack/msgpack-python/issues/656) - Fix missing error checks in C code. [#&#8203;665](https://github.com/msgpack/msgpack-python/issues/665), [#&#8203;666](https://github.com/msgpack/msgpack-python/issues/666), [#&#8203;667](https://github.com/msgpack/msgpack-python/issues/667), [#&#8203;672](https://github.com/msgpack/msgpack-python/issues/672) - Fix `strict_map_key` option didn't work for `object_pairs_hook`. [#&#8203;673](https://github.com/msgpack/msgpack-python/issues/673) - Increase DEFAULT\_RECURSE\_LIMIT of Unpacker to 1024. [#&#8203;676](https://github.com/msgpack/msgpack-python/issues/676) - Fix memory leak when Unpacker returns error for invalid input. [#&#8203;671](https://github.com/msgpack/msgpack-python/issues/671) - Fix `Packer.pack_ext_type()` ignored `autoreset` option. [#&#8203;663](https://github.com/msgpack/msgpack-python/issues/663) - Fix `Timestamp.from_datetime()` returning wrong value for pre-epoch datetimes. [#&#8203;662](https://github.com/msgpack/msgpack-python/issues/662) - Fix use-after-free in `unpackb()` and `Unpacker.unpack()` for non-contiguous input. [#&#8203;677](https://github.com/msgpack/msgpack-python/issues/677) - Fix possible memory leak when calling `Unpacker.__init__()` several times. [#&#8203;687](https://github.com/msgpack/msgpack-python/issues/687) ### [`v1.1.2`](https://github.com/msgpack/msgpack-python/blob/HEAD/CHANGELOG.md#112) [Compare Source](https://github.com/msgpack/msgpack-python/compare/v1.1.1...v1.1.2) Release Date: 2025-10-08 This release does not change source code. It updates only building wheels: - Update Cython to v3.1.4 - Update cibuildwheel to v3.2.0 - Drop Python 3.8 - Add Python 3.14 - Add windows-arm ### [`v1.1.1`](https://github.com/msgpack/msgpack-python/blob/HEAD/CHANGELOG.md#111) [Compare Source](https://github.com/msgpack/msgpack-python/compare/v1.1.0...v1.1.1) Release Date: 2025-06-13 - No change from 1.1.1rc1. ### [`v1.1.0`](https://github.com/msgpack/msgpack-python/blob/HEAD/CHANGELOG.md#110) [Compare Source](https://github.com/msgpack/msgpack-python/compare/v1.0.8...v1.1.0) Release Date: 2024-09-10 - use `PyLong_*` instead of `PyInt_*` for compatibility with future Cython. ([#&#8203;620](https://github.com/msgpack/msgpack-python/issues/620)) ### [`v1.0.8`](https://github.com/msgpack/msgpack-python/blob/HEAD/CHANGELOG.md#108) [Compare Source](https://github.com/msgpack/msgpack-python/compare/v1.0.7...v1.0.8) Release Date: 2024-03-01 - Update Cython to 3.0.8. This fixes memory leak when iterating `Unpacker` object on Python 3.12. - Do not include C/Cython files in binary wheels. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuMCIsInVwZGF0ZWRJblZlciI6IjQyLjUyLjgiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot force-pushed renovate/msgpack-1.x from 13e8607faf to 85ee75f491 2024-08-24 13:34:07 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency msgpack to v1.0.8 to chore(deps): update dependency msgpack to v1.1.0 2024-09-10 10:06:23 +05:30
renovate-bot force-pushed renovate/msgpack-1.x from 85ee75f491 to 53c0ad3ef0 2024-09-10 10:06:25 +05:30 Compare
renovate-bot force-pushed renovate/msgpack-1.x from 53c0ad3ef0 to b24f395de3 2025-06-16 05:50:13 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency msgpack to v1.1.0 to chore(deps): update dependency msgpack to v1.1.1 2025-06-16 05:50:14 +05:30
renovate-bot force-pushed renovate/msgpack-1.x from b24f395de3 to a2ca45421a 2025-10-13 05:16:18 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency msgpack to v1.1.1 to chore(deps): update dependency msgpack to v1.1.2 2025-10-13 05:16:20 +05:30
renovate-bot force-pushed renovate/msgpack-1.x from a2ca45421a to bb800f688c 2026-06-12 18:53:46 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency msgpack to v1.1.2 to chore(deps): update dependency msgpack to v1.2.0 2026-06-12 18:53:47 +05:30
Commenting is not possible because the repository is archived.
No reviewers
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
libre-solutions/iac!5
No description provided.