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

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.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.

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.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.0.7/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. ### [`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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjQyLjUyLjgiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
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:43 +05:30
renovate-bot force-pushed renovate/msgpack-1.x from 22dad4524b
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending approval
ci/woodpecker/push/woodpecker Pipeline is pending approval
to 1f0a3ecd32 2024-09-10 10:06:44 +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:29 +05:30
renovate-bot force-pushed renovate/msgpack-1.x from 1f0a3ecd32 to 8e84e614a5 2025-06-16 05:50:31 +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:39 +05:30
renovate-bot force-pushed renovate/msgpack-1.x from 8e84e614a5 to ea6a645865 2025-10-13 05:16:40 +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:54:06 +05:30
renovate-bot force-pushed renovate/msgpack-1.x from ea6a645865 to b8424f1f23 2026-06-12 18:54:07 +05:30 Compare
renovate-bot force-pushed renovate/msgpack-1.x from b8424f1f23 to 2cfc5ad65a 2026-06-18 22:06:30 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency msgpack to v1.2.0 to chore(deps): update dependency msgpack to v1.2.1 2026-06-18 22:06:32 +05:30
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/iac!10
No description provided.