From bf8bd9a4734f79494831971d2c4a30cd968fd00b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:06:24 +0000 Subject: [PATCH] Bump pyinstaller from 6.10.0 to 6.11.0 in /src Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.10.0 to 6.11.0. - [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.10.0...v6.11.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-minor ... 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 b74dc36..75eff34 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -4,5 +4,5 @@ urllib3==2.2.3 pandas==2.2.3 numpy==2.1.2 openpyxl==3.1.5 -pyinstaller==6.10.0 +pyinstaller==6.11.0 defusedxml==0.7.1 \ No newline at end of file