From b69bc4d3dd6140454a83a6f99efdcbec74f6a5b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:52:35 +0000 Subject: [PATCH] chore(deps): update dependency packaging to v26.2 --- pyproject.toml | 2 +- uv.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 819dab1..de3ab93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ check = [ tests = ["pytest==9.0.3", "pytest-xdist==3.8.0"] docs = [ "furo==2025.12.19", - "packaging==26.1", + "packaging==26.2", "sphinx==9.1.0", "sphinx-autoapi==3.8.0", "sphinx-copybutton==0.5.2", diff --git a/uv.lock b/uv.lock index 1300d61..4d323c9 100644 --- a/uv.lock +++ b/uv.lock @@ -427,7 +427,7 @@ dev = [ { name = "editorconfig-checker", specifier = "==3.6.1" }, { name = "furo", specifier = "==2025.12.19" }, { name = "lefthook", specifier = "==2.1.6" }, - { name = "packaging", specifier = "==26.1" }, + { name = "packaging", specifier = "==26.2" }, { name = "pytest", specifier = "==9.0.3" }, { name = "pytest-xdist", specifier = "==3.8.0" }, { name = "ruff", specifier = "==0.15.12" }, @@ -444,7 +444,7 @@ dev = [ ] docs = [ { name = "furo", specifier = "==2025.12.19" }, - { name = "packaging", specifier = "==26.1" }, + { name = "packaging", specifier = "==26.2" }, { name = "sphinx", specifier = "==9.1.0" }, { name = "sphinx-autoapi", specifier = "==3.8.0" }, { name = "sphinx-copybutton", specifier = "==0.5.2" }, @@ -459,7 +459,7 @@ gh-actions-build = [ gh-actions-check = [ { name = "editorconfig-checker", specifier = "==3.6.1" }, { name = "furo", specifier = "==2025.12.19" }, - { name = "packaging", specifier = "==26.1" }, + { name = "packaging", specifier = "==26.2" }, { name = "pytest", specifier = "==9.0.3" }, { name = "pytest-xdist", specifier = "==3.8.0" }, { name = "ruff", specifier = "==0.15.12" }, @@ -476,7 +476,7 @@ gh-actions-check = [ misc = [{ name = "taskipy", specifier = "==1.14.1" }] readthedocs = [ { name = "furo", specifier = "==2025.12.19" }, - { name = "packaging", specifier = "==26.1" }, + { name = "packaging", specifier = "==26.2" }, { name = "sphinx", specifier = "==9.1.0" }, { name = "sphinx-autoapi", specifier = "==3.8.0" }, { name = "sphinx-copybutton", specifier = "==0.5.2" }, @@ -490,11 +490,11 @@ tests = [ [[package]] name = "packaging" -version = "26.1" +version = "26.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/df/de/0d2b39fb4af88a0258f3bac87dfcbb48e73fbdea4a2ed0e2213f9a4c2f9a/packaging-26.1.tar.gz", hash = "sha256:f042152b681c4bfac5cae2742a55e103d27ab2ec0f3d88037136b6bfe7c9c5de", size = 215519, upload-time = "2026-04-14T21:12:49.362Z" } +sdist = { url = "https://files.pythonhosted.org/packages/d7/f1/e7a6dd94a8d4a5626c03e4e99c87f241ba9e350cd9e6d75123f992427270/packaging-26.2.tar.gz", hash = "sha256:ff452ff5a3e828ce110190feff1178bb1f2ea2281fa2075aadb987c2fb221661", size = 228134, upload-time = "2026-04-24T20:15:23.917Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/7a/c2/920ef838e2f0028c8262f16101ec09ebd5969864e5a64c4c05fad0617c56/packaging-26.1-py3-none-any.whl", hash = "sha256:5d9c0669c6285e491e0ced2eee587eaf67b670d94a19e94e3984a481aba6802f", size = 95831, upload-time = "2026-04-14T21:12:47.56Z" }, + { url = "https://files.pythonhosted.org/packages/df/b2/87e62e8c3e2f4b32e5fe99e0b86d576da1312593b39f47d8ceef365e95ed/packaging-26.2-py3-none-any.whl", hash = "sha256:5fc45236b9446107ff2415ce77c807cee2862cb6fac22b8a73826d0693b0980e", size = 100195, upload-time = "2026-04-24T20:15:22.081Z" }, ] [[package]]