chore(deps): update dependency msgpack to v1.2.1 #153

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.1.0 -> ==1.2.1 age confidence

Release Notes

msgpack/msgpack-python (msgpack)

v1.2.1

Compare Source

Release Date: 2026-06-19

Fix a segfault when calling Unpacker.unpack() or Unpacker.skip() after an unpacking failure.
But note that reusing the same Unpacker instance after an unpacking failure is not supported.
Please create a new Unpacker instance instead. GHSA-6v7p-g79w-8964

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.

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.1.0` -> `==1.2.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/msgpack/1.2.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/msgpack/1.1.0/1.2.1?slim=true) | --- ### Release Notes <details> <summary>msgpack/msgpack-python (msgpack)</summary> ### [`v1.2.1`](https://github.com/msgpack/msgpack-python/blob/HEAD/CHANGELOG.md#121) [Compare Source](https://github.com/msgpack/msgpack-python/compare/v1.2.0...v1.2.1) Release Date: 2026-06-19 Fix a segfault when calling `Unpacker.unpack()` or `Unpacker.skip()` after an unpacking failure. But note that reusing the same `Unpacker` instance after an unpacking failure is not supported. Please create a new `Unpacker` instance instead. GHSA-6v7p-g79w-8964 ### [`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. </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Mi44IiwidXBkYXRlZEluVmVyIjoiNDIuNTIuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
chore(deps): update dependency msgpack to v1.2.1
All checks were successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
785761d441
All checks were successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/msgpack-1.x:renovate/msgpack-1.x
git switch renovate/msgpack-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/msgpack-1.x
git switch renovate/msgpack-1.x
git rebase master
git switch master
git merge --ff-only renovate/msgpack-1.x
git switch renovate/msgpack-1.x
git rebase master
git switch master
git merge --no-ff renovate/msgpack-1.x
git switch master
git merge --squash renovate/msgpack-1.x
git switch master
git merge --ff-only renovate/msgpack-1.x
git switch master
git merge renovate/msgpack-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
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
mCaptcha/dcache!153
No description provided.