From 93fb1547e33602d0f8f31c3db0ba7d3d88986942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:55:46 +0000 Subject: [PATCH] chore(deps-dev): bump cx-freeze from 8.6.2 to 8.6.4 Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze) from 8.6.2 to 8.6.4. - [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases) - [Changelog](https://github.com/marcelotduarte/cx_Freeze/blob/main/CHANGELOG.md) - [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/8.6.2...8.6.4) --- updated-dependencies: - dependency-name: cx-freeze dependency-version: 8.6.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05b64d4..fb23bb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ [project.optional-dependencies] build = [ - "cx-freeze==8.6.2", + "cx-freeze==8.6.4", ] dev = [ "ruff>=0.15.0",