From 73499bcc19e0d72eabf1afed51dc63f5c2287171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:52:24 +0000 Subject: [PATCH] chore(deps-dev): bump cx-freeze from 8.6.2 to 8.6.3 Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze) from 8.6.2 to 8.6.3. - [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.3) --- updated-dependencies: - dependency-name: cx-freeze dependency-version: 8.6.3 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..1cb2b84 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.3", ] dev = [ "ruff>=0.15.0",