From a3321ba3c0a4f0f5ac7d6cd9fe4e7fd9f12a3c3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:01:15 +0000 Subject: [PATCH] Bump cx-freeze from 8.4.0 to 8.5.3 Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze) from 8.4.0 to 8.5.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.4.0...8.5.3) --- updated-dependencies: - dependency-name: cx-freeze dependency-version: 8.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9901ffc..5d01255 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ PySimpleGUI @ https://PySimpleGUI.net/wheels/PySimpleGUI-5.0.5.3-py3-none-any.wh scp==0.15.0 ArchivesSnake==0.10.1 requests==2.32.4 -cx_Freeze==8.4.0 \ No newline at end of file +cx_Freeze==8.5.3 \ No newline at end of file