From 07e65afe3b54259f170c74fb1c296b052589820a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:02:18 +0000 Subject: [PATCH] Bump cx-freeze from 7.0.0 to 7.1.1 Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze) from 7.0.0 to 7.1.1. - [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases) - [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.0.0...7.1.1) --- updated-dependencies: - dependency-name: cx-freeze dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20e5c97a..44ccc93b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ [project.optional-dependencies] build = [ "build==1.2.1", - "cx_Freeze==7.0.0", + "cx_Freeze==7.1.1", "twine==5.0.0", "psutil==5.9.8", ]