From 4001d180dcdcae57f8f3c50106d04a270dfca405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 06:15:53 +0000 Subject: [PATCH] Bump cx-freeze from 7.2.3 to 7.2.5 Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze) from 7.2.3 to 7.2.5. - [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases) - [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.2.3...7.2.5) --- 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 6ee00229..86b2015f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ [project.optional-dependencies] build = [ "build==1.2.2.post1", - "cx_Freeze==7.2.3", + "cx_Freeze==7.2.5", "twine==5.1.1", "psutil==6.1.0", ]