From 20fd527a8f656cccb5c6c2be1aa9e4bcf3412c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:48:03 +0000 Subject: [PATCH] Bump pyinstaller from 6.11.0 to 6.11.1 in /src Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.11.0 to 6.11.1. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.11.0...v6.11.1) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index db5d7b9..4f51e18 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -4,5 +4,5 @@ urllib3==2.2.3 pandas==2.2.3 numpy==2.1.3 openpyxl==3.1.5 -pyinstaller==6.11.0 +pyinstaller==6.11.1 defusedxml==0.7.1 \ No newline at end of file