From a8a645bce9a3b1d4e0d34085a936f949d0e1336b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:52:44 +0000 Subject: [PATCH] Bump cx-freeze from 7.2.5 to 7.2.7 Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze) from 7.2.5 to 7.2.7. - [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases) - [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.2.5...7.2.7) --- updated-dependencies: - dependency-name: cx-freeze dependency-type: direct:production 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 c80bac8e..5cbbea5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ [project.optional-dependencies] build = [ "build==1.2.2.post1", - "cx_Freeze==7.2.5", + "cx_Freeze==7.2.7", "twine==5.1.1", "psutil==6.1.0", ]