From 4977cc5502b60325b79cdde1206d4b76e773f8cd Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Sat, 19 Apr 2025 13:59:12 +0200 Subject: [PATCH] fix(deps): update dependency packaging to v25 (#329) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [packaging](https://github.com/pypa/packaging) | project.dependencies | major | `==24.2` -> `==25.0` | --- ### Release Notes
pypa/packaging (packaging) ### [`v25.0`](https://github.com/pypa/packaging/releases/tag/25.0) [Compare Source](https://github.com/pypa/packaging/compare/24.2...25.0) #### What's Changed - Re-add a test for Unicode file name parsing by [@​Siddhesh-Agarwal](https://github.com/Siddhesh-Agarwal) in https://github.com/pypa/packaging/pull/863 - Upgrade to ruff 0.9.1 by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in https://github.com/pypa/packaging/pull/865 - Add support for PEP 738 Android tags by [@​mhsmith](https://github.com/mhsmith) in https://github.com/pypa/packaging/pull/880 - feat(markers): support 'extras' and 'dependency_groups' markers by [@​frostming](https://github.com/frostming) in https://github.com/pypa/packaging/pull/888 #### New Contributors - [@​Siddhesh-Agarwal](https://github.com/Siddhesh-Agarwal) made their first contribution in https://github.com/pypa/packaging/pull/863 - [@​mhsmith](https://github.com/mhsmith) made their first contribution in https://github.com/pypa/packaging/pull/880 - [@​frostming](https://github.com/frostming) made their first contribution in https://github.com/pypa/packaging/pull/888 **Full Changelog**: https://github.com/pypa/packaging/compare/24.2...25.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 is behind base branch, 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](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/repos/pypilot/pulls/329 Reviewed-by: Luke Tainton Co-authored-by: Renovate [BOT] Co-committed-by: Renovate [BOT] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e044bce..68f9cc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "lazy-object-proxy==1.11.0", "mccabe==0.7.0", "mypy-extensions==1.0.0", - "packaging==24.2", + "packaging==25.0", "pathspec==0.12.1", "platformdirs==4.3.7", "pluggy==1.5.0", diff --git a/uv.lock b/uv.lock index aafc70d..98ac09d 100644 --- a/uv.lock +++ b/uv.lock @@ -272,7 +272,7 @@ requires-dist = [ { name = "lazy-object-proxy", specifier = "==1.11.0" }, { name = "mccabe", specifier = "==0.7.0" }, { name = "mypy-extensions", specifier = "==1.0.0" }, - { name = "packaging", specifier = "==24.2" }, + { name = "packaging", specifier = "==25.0" }, { name = "pathspec", specifier = "==0.12.1" }, { name = "platformdirs", specifier = "==4.3.7" }, { name = "pluggy", specifier = "==1.5.0" }, @@ -343,11 +343,11 @@ wheels = [ [[package]] name = "packaging" -version = "24.2" +version = "25.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz", hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f", size = 163950 } +sdist = { url = "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz", hash = "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f", size = 165727 } wheels = [ - { url = "https://files.pythonhosted.org/packages/88/ef/eb23f262cca3c0c4eb7ab1933c3b1f03d021f2c48f54763065b6f0e321be/packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759", size = 65451 }, + { url = "https://files.pythonhosted.org/packages/20/12/38679034af332785aac8774540895e234f4d07f7545804097de4b666afd8/packaging-25.0-py3-none-any.whl", hash = "sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484", size = 66469 }, ] [[package]]