j5ik2o / akka-persistence-dynamodb

akka-persistence(journal, snapshot, state) plugin for AWS DynamoDB
http://akka-persistence-dynamodb.readthedocs.io/
Apache License 2.0
31 stars 17 forks source link

chore(deps): Update dependency packaging to v24 - autoclosed #2350

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
packaging ==23.2 -> ==24.1 age adoption passing confidence

Release Notes

pypa/packaging (packaging) ### [`v24.1`](https://togithub.com/pypa/packaging/releases/tag/24.1) [Compare Source](https://togithub.com/pypa/packaging/compare/24.0...24.1) #### What's Changed - pyupgrade/black/isort/flake8 → ruff by [@​DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/769](https://togithub.com/pypa/packaging/pull/769) - Add support for Python 3.13 and drop EOL 3.7 by [@​hugovk](https://togithub.com/hugovk) in [https://github.com/pypa/packaging/pull/783](https://togithub.com/pypa/packaging/pull/783) - Bump the github-actions group with 4 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pypa/packaging/pull/782](https://togithub.com/pypa/packaging/pull/782) - Fix typo in `_parser` docstring by [@​pradyunsg](https://togithub.com/pradyunsg) in [https://github.com/pypa/packaging/pull/784](https://togithub.com/pypa/packaging/pull/784) - Modernise type annotations using FA rules from ruff by [@​pradyunsg](https://togithub.com/pradyunsg) in [https://github.com/pypa/packaging/pull/785](https://togithub.com/pypa/packaging/pull/785) - Document `markers.default_environment()` by [@​edgarrmondragon](https://togithub.com/edgarrmondragon) in [https://github.com/pypa/packaging/pull/753](https://togithub.com/pypa/packaging/pull/753) - Bump the github-actions group with 3 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pypa/packaging/pull/789](https://togithub.com/pypa/packaging/pull/789) - Work around platform.python_version() returning non PEP 440 compliant version for non-tagged CPython builds by [@​sbidoul](https://togithub.com/sbidoul) in [https://github.com/pypa/packaging/pull/802](https://togithub.com/pypa/packaging/pull/802) #### New Contributors - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/pypa/packaging/pull/782](https://togithub.com/pypa/packaging/pull/782) - [@​edgarrmondragon](https://togithub.com/edgarrmondragon) made their first contribution in [https://github.com/pypa/packaging/pull/753](https://togithub.com/pypa/packaging/pull/753) **Full Changelog**: https://github.com/pypa/packaging/compare/24.0...24.1 ### [`v24.0`](https://togithub.com/pypa/packaging/releases/tag/24.0) [Compare Source](https://togithub.com/pypa/packaging/compare/23.2...24.0) #### What's Changed - Fix specifier matching when the specifier is long and has an epoch by [@​SpecLad](https://togithub.com/SpecLad) in [https://github.com/pypa/packaging/pull/712](https://togithub.com/pypa/packaging/pull/712) - Clarify version split/join usage by [@​uranusjr](https://togithub.com/uranusjr) in [https://github.com/pypa/packaging/pull/725](https://togithub.com/pypa/packaging/pull/725) - Default optional metadata values to None by [@​dstufft](https://togithub.com/dstufft) in [https://github.com/pypa/packaging/pull/734](https://togithub.com/pypa/packaging/pull/734) - Stop using deprecated/removed keys by [@​dstufft](https://togithub.com/dstufft) in [https://github.com/pypa/packaging/pull/739](https://togithub.com/pypa/packaging/pull/739) - Correctly use the ExceptionGroup shim only when needed by [@​dstufft](https://togithub.com/dstufft) in [https://github.com/pypa/packaging/pull/736](https://togithub.com/pypa/packaging/pull/736) - Update CHANGELOG entry about `validate` kwarg by [@​pradyunsg](https://togithub.com/pradyunsg) in [https://github.com/pypa/packaging/pull/731](https://togithub.com/pypa/packaging/pull/731) - Support --disable-gil builds (PEP 703) in packaging.tags by [@​colesbury](https://togithub.com/colesbury) in [https://github.com/pypa/packaging/pull/728](https://togithub.com/pypa/packaging/pull/728) - Skip `test_glibc_version_string_ctypes_raise_oserror` if `ctypes` is unavailable by [@​kevinchang96](https://togithub.com/kevinchang96) in [https://github.com/pypa/packaging/pull/741](https://togithub.com/pypa/packaging/pull/741) - Enable CodeQL by [@​joycebrum](https://togithub.com/joycebrum) in [https://github.com/pypa/packaging/pull/743](https://togithub.com/pypa/packaging/pull/743) - PEP 703: Rename `Py_NOGIL` to `Py_GIL_DISABLED` by [@​hugovk](https://togithub.com/hugovk) in [https://github.com/pypa/packaging/pull/747](https://togithub.com/pypa/packaging/pull/747) - Replace PEP references with PUG links by [@​jeanas](https://togithub.com/jeanas) in [https://github.com/pypa/packaging/pull/750](https://togithub.com/pypa/packaging/pull/750) - Remove coverage ignore for non-existent file by [@​shenanigansd](https://togithub.com/shenanigansd) in [https://github.com/pypa/packaging/pull/752](https://togithub.com/pypa/packaging/pull/752) - Update URLs by [@​DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/764](https://togithub.com/pypa/packaging/pull/764) - Configure dependabot by [@​joycebrum](https://togithub.com/joycebrum) in [https://github.com/pypa/packaging/pull/757](https://togithub.com/pypa/packaging/pull/757) - Hash pin github actions by [@​joycebrum](https://togithub.com/joycebrum) in [https://github.com/pypa/packaging/pull/758](https://togithub.com/pypa/packaging/pull/758) - Apply some refurb suggestions by [@​DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/763](https://togithub.com/pypa/packaging/pull/763) - Appply some bugbear suggestions by [@​DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/761](https://togithub.com/pypa/packaging/pull/761) - Apply some ruff suggestions by [@​DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/772](https://togithub.com/pypa/packaging/pull/772) - Add riscv64 as a supported manylinux architecture by [@​markdryan](https://togithub.com/markdryan) in [https://github.com/pypa/packaging/pull/751](https://togithub.com/pypa/packaging/pull/751) #### New Contributors - [@​colesbury](https://togithub.com/colesbury) made their first contribution in [https://github.com/pypa/packaging/pull/728](https://togithub.com/pypa/packaging/pull/728) - [@​kevinchang96](https://togithub.com/kevinchang96) made their first contribution in [https://github.com/pypa/packaging/pull/741](https://togithub.com/pypa/packaging/pull/741) - [@​jeanas](https://togithub.com/jeanas) made their first contribution in [https://github.com/pypa/packaging/pull/750](https://togithub.com/pypa/packaging/pull/750) - [@​shenanigansd](https://togithub.com/shenanigansd) made their first contribution in [https://github.com/pypa/packaging/pull/752](https://togithub.com/pypa/packaging/pull/752) - [@​markdryan](https://togithub.com/markdryan) made their first contribution in [https://github.com/pypa/packaging/pull/751](https://togithub.com/pypa/packaging/pull/751) **Full Changelog**: https://github.com/pypa/packaging/compare/23.2...24.0

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.



This PR has been generated by Mend Renovate. View repository job log here.