From cc46883a60ecbab8c8adb7fda7feba43b0a26a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 15:53:13 +0000 Subject: [PATCH] chore(deps): Update packaging requirement from ^22 || ^23 || ^24 || ^25 to ^22 || ^23 || ^24 || ^25 || ^26 Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/commits/26.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d80a0880..18edf203 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ python = "^3.9" cyclonedx-python-lib = { version = "^8.0 || ^9.0 || ^10 || ^11", extras = ["validation"] } packageurl-python = ">=0.11, <2" # keep in sync with same dep in `cyclonedx-python-lib` pip-requirements-parser = "^32.0" -packaging = "^22 || ^23 || ^24 || ^25" +packaging = "^22 || ^23 || ^24 || ^25 || ^26" tomli = { version = "^2.0.1", python = "<3.11" } chardet = "^5.1"