Skip to content

Commit 5083c66

Browse files
authored
fix(deps): Update dependency packaging to v25 (#338)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [packaging](https://redirect.github.com/pypa/packaging) | major | `==24.2` -> `==25.0` | --- ### Release Notes <details> <summary>pypa/packaging (packaging)</summary> ### [`v25.0`](https://redirect.github.com/pypa/packaging/releases/tag/25.0) [Compare Source](https://redirect.github.com/pypa/packaging/compare/24.2...25.0) #### What's Changed - Re-add a test for Unicode file name parsing by [@&#8203;Siddhesh-Agarwal](https://redirect.github.com/Siddhesh-Agarwal) in [https://github.com/pypa/packaging/pull/863](https://redirect.github.com/pypa/packaging/pull/863) - Upgrade to ruff 0.9.1 by [@&#8203;DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/865](https://redirect.github.com/pypa/packaging/pull/865) - Add support for PEP 738 Android tags by [@&#8203;mhsmith](https://redirect.github.com/mhsmith) in [https://github.com/pypa/packaging/pull/880](https://redirect.github.com/pypa/packaging/pull/880) - feat(markers): support 'extras' and 'dependency_groups' markers by [@&#8203;frostming](https://redirect.github.com/frostming) in [https://github.com/pypa/packaging/pull/888](https://redirect.github.com/pypa/packaging/pull/888) #### New Contributors - [@&#8203;Siddhesh-Agarwal](https://redirect.github.com/Siddhesh-Agarwal) made their first contribution in [https://github.com/pypa/packaging/pull/863](https://redirect.github.com/pypa/packaging/pull/863) - [@&#8203;mhsmith](https://redirect.github.com/mhsmith) made their first contribution in [https://github.com/pypa/packaging/pull/880](https://redirect.github.com/pypa/packaging/pull/880) - [@&#8203;frostming](https://redirect.github.com/frostming) made their first contribution in [https://github.com/pypa/packaging/pull/888](https://redirect.github.com/pypa/packaging/pull/888) **Full Changelog**: pypa/packaging@24.2...25.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 408ab94 commit 5083c66

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.6",
2020
"MarkupSafe==3.0.3",
2121
"numpy==2.3.3",
22-
"packaging==24.2",
22+
"packaging==25.0",
2323
"pandas==2.3.3",
2424
"pluggy==1.6.0",
2525
"protobuf>=6.31.1",

0 commit comments

Comments
 (0)