Skip to content

Commit d323a09

Browse files
authored
fix(deps): Update dependency packaging to v24.2 (#258)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [packaging](https://togithub.com/pypa/packaging) | minor | `==24.1` -> `==24.2` | --- ### Release Notes <details> <summary>pypa/packaging (packaging)</summary> ### [`v24.2`](https://togithub.com/pypa/packaging/releases/tag/24.2) [Compare Source](https://togithub.com/pypa/packaging/compare/24.1...24.2) #### What's Changed - The source is auto-formatted with ruff, not black by [@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/798](https://togithub.com/pypa/packaging/pull/798) - Bump the github-actions group across 1 directory with 3 updates by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/pypa/packaging/pull/813](https://togithub.com/pypa/packaging/pull/813) - Apply ruff rules (RUF) by [@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/800](https://togithub.com/pypa/packaging/pull/800) - Fix typo in Version `__str__` by [@&#8203;aryanpingle](https://togithub.com/aryanpingle) in [https://github.com/pypa/packaging/pull/817](https://togithub.com/pypa/packaging/pull/817) - Bump the github-actions group with 3 updates by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/pypa/packaging/pull/819](https://togithub.com/pypa/packaging/pull/819) - Get rid of duplicate test cases by [@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/821](https://togithub.com/pypa/packaging/pull/821) - Fix doc for canonicalize_version and a typo in a docstring by [@&#8203;Laurent-Dx](https://togithub.com/Laurent-Dx) in [https://github.com/pypa/packaging/pull/801](https://togithub.com/pypa/packaging/pull/801) - docs: public/base_version comparison by [@&#8203;henryiii](https://togithub.com/henryiii) in [https://github.com/pypa/packaging/pull/818](https://togithub.com/pypa/packaging/pull/818) - Apply ruff/bugbear rules (B) by [@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/787](https://togithub.com/pypa/packaging/pull/787) - Apply ruff/pyupgrade rules (UP) by [@&#8203;DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/786](https://togithub.com/pypa/packaging/pull/786) - Add a changelog entry for dropping Python 3.7 support by [@&#8203;alexwlchan](https://togithub.com/alexwlchan) in [https://github.com/pypa/packaging/pull/824](https://togithub.com/pypa/packaging/pull/824) - Patch python_full_version unconditionally by [@&#8203;jaraco](https://togithub.com/jaraco) in [https://github.com/pypa/packaging/pull/825](https://togithub.com/pypa/packaging/pull/825) - Refactor canonicalize_version by [@&#8203;jaraco](https://togithub.com/jaraco) in [https://github.com/pypa/packaging/pull/793](https://togithub.com/pypa/packaging/pull/793) - Allow creating a SpecifierSet from a list of specifiers by [@&#8203;pfmoore](https://togithub.com/pfmoore) in [https://github.com/pypa/packaging/pull/777](https://togithub.com/pypa/packaging/pull/777) - Fix uninformative error message by [@&#8203;abravalheri](https://togithub.com/abravalheri) in [https://github.com/pypa/packaging/pull/830](https://togithub.com/pypa/packaging/pull/830) - Fix prerelease detection for `>` and `<` by [@&#8203;notatallshaw](https://togithub.com/notatallshaw) in [https://github.com/pypa/packaging/pull/794](https://togithub.com/pypa/packaging/pull/794) - Bump the github-actions group across 1 directory with 4 updates by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/pypa/packaging/pull/839](https://togithub.com/pypa/packaging/pull/839) - Add support for PEP 730 iOS tags. by [@&#8203;freakboy3742](https://togithub.com/freakboy3742) in [https://github.com/pypa/packaging/pull/832](https://togithub.com/pypa/packaging/pull/832) - Update the changelog to reflect 24.1 changes by [@&#8203;pradyunsg](https://togithub.com/pradyunsg) in [https://github.com/pypa/packaging/pull/840](https://togithub.com/pypa/packaging/pull/840) - Mention updating changelog in release process by [@&#8203;pradyunsg](https://togithub.com/pradyunsg) in [https://github.com/pypa/packaging/pull/841](https://togithub.com/pypa/packaging/pull/841) - Add a comment as to why `Metadata.name` isn't normalized by [@&#8203;brettcannon](https://togithub.com/brettcannon) in [https://github.com/pypa/packaging/pull/842](https://togithub.com/pypa/packaging/pull/842) - Use !r formatter for error messages with filenames. by [@&#8203;Carreau](https://togithub.com/Carreau) in [https://github.com/pypa/packaging/pull/844](https://togithub.com/pypa/packaging/pull/844) - PEP 639: Implement License-Expression and License-File by [@&#8203;ewdurbin](https://togithub.com/ewdurbin) in [https://github.com/pypa/packaging/pull/828](https://togithub.com/pypa/packaging/pull/828) - Bump the github-actions group with 4 updates by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/pypa/packaging/pull/852](https://togithub.com/pypa/packaging/pull/852) - Upgrade to latest mypy by [@&#8203;hauntsaninja](https://togithub.com/hauntsaninja) in [https://github.com/pypa/packaging/pull/853](https://togithub.com/pypa/packaging/pull/853) - Extraneous quotes by [@&#8203;ewdurbin](https://togithub.com/ewdurbin) in [https://github.com/pypa/packaging/pull/848](https://togithub.com/pypa/packaging/pull/848) #### New Contributors - [@&#8203;aryanpingle](https://togithub.com/aryanpingle) made their first contribution in [https://github.com/pypa/packaging/pull/817](https://togithub.com/pypa/packaging/pull/817) - [@&#8203;Laurent-Dx](https://togithub.com/Laurent-Dx) made their first contribution in [https://github.com/pypa/packaging/pull/801](https://togithub.com/pypa/packaging/pull/801) - [@&#8203;alexwlchan](https://togithub.com/alexwlchan) made their first contribution in [https://github.com/pypa/packaging/pull/824](https://togithub.com/pypa/packaging/pull/824) - [@&#8203;jaraco](https://togithub.com/jaraco) made their first contribution in [https://github.com/pypa/packaging/pull/825](https://togithub.com/pypa/packaging/pull/825) - [@&#8203;notatallshaw](https://togithub.com/notatallshaw) made their first contribution in [https://github.com/pypa/packaging/pull/794](https://togithub.com/pypa/packaging/pull/794) - [@&#8203;freakboy3742](https://togithub.com/freakboy3742) made their first contribution in [https://github.com/pypa/packaging/pull/832](https://togithub.com/pypa/packaging/pull/832) - [@&#8203;Carreau](https://togithub.com/Carreau) made their first contribution in [https://github.com/pypa/packaging/pull/844](https://togithub.com/pypa/packaging/pull/844) - [@&#8203;ewdurbin](https://togithub.com/ewdurbin) made their first contribution in [https://github.com/pypa/packaging/pull/828](https://togithub.com/pypa/packaging/pull/828) **Full Changelog**: pypa/packaging@24.1...24.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent b931c99 commit d323a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Jinja2==3.1.4",
2020
"MarkupSafe==3.0.2",
2121
"numpy==2.1.3",
22-
"packaging==24.1",
22+
"packaging==24.2",
2323
"pandas==2.2.3",
2424
"pluggy==1.5.0",
2525
"protobuf==5.28.3",

0 commit comments

Comments
 (0)