chore(deps): update dependency packaging to v24 #290

Closed
renovate[bot] wants to merge 1 commit from renovate/packaging-24.x into main
renovate[bot] commented 2024-03-10 12:16:30 +01:00 (Migrated from github.com)

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

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/packaging/compare/24.0...24.1

v24.0

Compare Source

What's Changed

New Contributors

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.


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

This PR was generated by Mend Renovate. View the repository job log.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [packaging](https://redirect.github.com/pypa/packaging) | `==23.2` -> `==24.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/packaging/24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/packaging/24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/packaging/23.2/24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/packaging/23.2/24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pypa/packaging (packaging)</summary> ### [`v24.1`](https://redirect.github.com/pypa/packaging/releases/tag/24.1) [Compare Source](https://redirect.github.com/pypa/packaging/compare/24.0...24.1) #### What's Changed - pyupgrade/black/isort/flake8 → ruff by [@&#8203;DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/769](https://redirect.github.com/pypa/packaging/pull/769) - Add support for Python 3.13 and drop EOL 3.7 by [@&#8203;hugovk](https://redirect.github.com/hugovk) in [https://github.com/pypa/packaging/pull/783](https://redirect.github.com/pypa/packaging/pull/783) - Bump the github-actions group with 4 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pypa/packaging/pull/782](https://redirect.github.com/pypa/packaging/pull/782) - Fix typo in `_parser` docstring by [@&#8203;pradyunsg](https://redirect.github.com/pradyunsg) in [https://github.com/pypa/packaging/pull/784](https://redirect.github.com/pypa/packaging/pull/784) - Modernise type annotations using FA rules from ruff by [@&#8203;pradyunsg](https://redirect.github.com/pradyunsg) in [https://github.com/pypa/packaging/pull/785](https://redirect.github.com/pypa/packaging/pull/785) - Document `markers.default_environment()` by [@&#8203;edgarrmondragon](https://redirect.github.com/edgarrmondragon) in [https://github.com/pypa/packaging/pull/753](https://redirect.github.com/pypa/packaging/pull/753) - Bump the github-actions group with 3 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pypa/packaging/pull/789](https://redirect.github.com/pypa/packaging/pull/789) - Work around platform.python_version() returning non PEP 440 compliant version for non-tagged CPython builds by [@&#8203;sbidoul](https://redirect.github.com/sbidoul) in [https://github.com/pypa/packaging/pull/802](https://redirect.github.com/pypa/packaging/pull/802) #### New Contributors - [@&#8203;dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/pypa/packaging/pull/782](https://redirect.github.com/pypa/packaging/pull/782) - [@&#8203;edgarrmondragon](https://redirect.github.com/edgarrmondragon) made their first contribution in [https://github.com/pypa/packaging/pull/753](https://redirect.github.com/pypa/packaging/pull/753) **Full Changelog**: https://github.com/pypa/packaging/compare/24.0...24.1 ### [`v24.0`](https://redirect.github.com/pypa/packaging/releases/tag/24.0) [Compare Source](https://redirect.github.com/pypa/packaging/compare/23.2...24.0) #### What's Changed - Fix specifier matching when the specifier is long and has an epoch by [@&#8203;SpecLad](https://redirect.github.com/SpecLad) in [https://github.com/pypa/packaging/pull/712](https://redirect.github.com/pypa/packaging/pull/712) - Clarify version split/join usage by [@&#8203;uranusjr](https://redirect.github.com/uranusjr) in [https://github.com/pypa/packaging/pull/725](https://redirect.github.com/pypa/packaging/pull/725) - Default optional metadata values to None by [@&#8203;dstufft](https://redirect.github.com/dstufft) in [https://github.com/pypa/packaging/pull/734](https://redirect.github.com/pypa/packaging/pull/734) - Stop using deprecated/removed keys by [@&#8203;dstufft](https://redirect.github.com/dstufft) in [https://github.com/pypa/packaging/pull/739](https://redirect.github.com/pypa/packaging/pull/739) - Correctly use the ExceptionGroup shim only when needed by [@&#8203;dstufft](https://redirect.github.com/dstufft) in [https://github.com/pypa/packaging/pull/736](https://redirect.github.com/pypa/packaging/pull/736) - Update CHANGELOG entry about `validate` kwarg by [@&#8203;pradyunsg](https://redirect.github.com/pradyunsg) in [https://github.com/pypa/packaging/pull/731](https://redirect.github.com/pypa/packaging/pull/731) - Support --disable-gil builds (PEP 703) in packaging.tags by [@&#8203;colesbury](https://redirect.github.com/colesbury) in [https://github.com/pypa/packaging/pull/728](https://redirect.github.com/pypa/packaging/pull/728) - Skip `test_glibc_version_string_ctypes_raise_oserror` if `ctypes` is unavailable by [@&#8203;kevinchang96](https://redirect.github.com/kevinchang96) in [https://github.com/pypa/packaging/pull/741](https://redirect.github.com/pypa/packaging/pull/741) - Enable CodeQL by [@&#8203;joycebrum](https://redirect.github.com/joycebrum) in [https://github.com/pypa/packaging/pull/743](https://redirect.github.com/pypa/packaging/pull/743) - PEP 703: Rename `Py_NOGIL` to `Py_GIL_DISABLED` by [@&#8203;hugovk](https://redirect.github.com/hugovk) in [https://github.com/pypa/packaging/pull/747](https://redirect.github.com/pypa/packaging/pull/747) - Replace PEP references with PUG links by [@&#8203;jeanas](https://redirect.github.com/jeanas) in [https://github.com/pypa/packaging/pull/750](https://redirect.github.com/pypa/packaging/pull/750) - Remove coverage ignore for non-existent file by [@&#8203;shenanigansd](https://redirect.github.com/shenanigansd) in [https://github.com/pypa/packaging/pull/752](https://redirect.github.com/pypa/packaging/pull/752) - Update URLs by [@&#8203;DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/764](https://redirect.github.com/pypa/packaging/pull/764) - Configure dependabot by [@&#8203;joycebrum](https://redirect.github.com/joycebrum) in [https://github.com/pypa/packaging/pull/757](https://redirect.github.com/pypa/packaging/pull/757) - Hash pin github actions by [@&#8203;joycebrum](https://redirect.github.com/joycebrum) in [https://github.com/pypa/packaging/pull/758](https://redirect.github.com/pypa/packaging/pull/758) - Apply some refurb suggestions by [@&#8203;DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/763](https://redirect.github.com/pypa/packaging/pull/763) - Appply some bugbear suggestions by [@&#8203;DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/761](https://redirect.github.com/pypa/packaging/pull/761) - Apply some ruff suggestions by [@&#8203;DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/772](https://redirect.github.com/pypa/packaging/pull/772) - Add riscv64 as a supported manylinux architecture by [@&#8203;markdryan](https://redirect.github.com/markdryan) in [https://github.com/pypa/packaging/pull/751](https://redirect.github.com/pypa/packaging/pull/751) #### New Contributors - [@&#8203;colesbury](https://redirect.github.com/colesbury) made their first contribution in [https://github.com/pypa/packaging/pull/728](https://redirect.github.com/pypa/packaging/pull/728) - [@&#8203;kevinchang96](https://redirect.github.com/kevinchang96) made their first contribution in [https://github.com/pypa/packaging/pull/741](https://redirect.github.com/pypa/packaging/pull/741) - [@&#8203;jeanas](https://redirect.github.com/jeanas) made their first contribution in [https://github.com/pypa/packaging/pull/750](https://redirect.github.com/pypa/packaging/pull/750) - [@&#8203;shenanigansd](https://redirect.github.com/shenanigansd) made their first contribution in [https://github.com/pypa/packaging/pull/752](https://redirect.github.com/pypa/packaging/pull/752) - [@&#8203;markdryan](https://redirect.github.com/markdryan) made their first contribution in [https://github.com/pypa/packaging/pull/751](https://redirect.github.com/pypa/packaging/pull/751) **Full Changelog**: https://github.com/pypa/packaging/compare/23.2...24.0 </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Solvik/netbox-agent). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
thubrecht closed this pull request 2024-10-21 13:36:09 +02:00

Pull request closed

Sign in to join this conversation.
No description provided.