From 8b39869dee6ed68d081721c3d8b2a48dd25205c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 00:35:32 +0000 Subject: [PATCH] build(deps-dev): bump packaging from 26.0 to 26.1 Bumps [packaging](https://github.com/pypa/packaging) from 26.0 to 26.1. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/26.0...26.1) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.1' dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea46a1536..e24a491e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ scripts = [ pypi_dist = [ "build==1.4.2", - "packaging==26.0", + "packaging==26.1", "setuptools==82.0.1", ] @@ -104,13 +104,13 @@ win_dist = [ "pip==26.0.1", "pywin32==311", "pyinstaller==6.19.0", - "packaging==26.0", + "packaging==26.1", ] mac_dist = [ "pip==26.0.1", "pyinstaller==6.19.0", - "packaging==26.0", + "packaging==26.1", ] [project.scripts]