From b80b3dedd4c21566f90cd78d4af42a7af7204dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 12:13:42 +0000 Subject: [PATCH] chore(deps-dev): bump cx-freeze from 8.6.0 to 8.6.1 Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze) from 8.6.0 to 8.6.1. - [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.0...8.6.1) --- updated-dependencies: - dependency-name: cx-freeze dependency-version: 8.6.1 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 0b9386f..7851242 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ [project.optional-dependencies] build = [ - "cx-freeze==8.6.0", + "cx-freeze==8.6.1", ] dev = [ "ruff>=0.15.0",