From 1406370a7e1c40762b93571195e6e2579e602b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:52:14 +0000 Subject: [PATCH] Bump pyinstaller Bumps the pip-dependencies group in /installer/packages/trik-studio/ru.qreal.root.trik.core/meta with 1 update: [pyinstaller](https://github.com/pyinstaller/pyinstaller). Updates `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 dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- .../trik-studio/ru.qreal.root.trik.core/meta/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/packages/trik-studio/ru.qreal.root.trik.core/meta/requirements.txt b/installer/packages/trik-studio/ru.qreal.root.trik.core/meta/requirements.txt index 816dd63cd9..a669dcf18e 100644 --- a/installer/packages/trik-studio/ru.qreal.root.trik.core/meta/requirements.txt +++ b/installer/packages/trik-studio/ru.qreal.root.trik.core/meta/requirements.txt @@ -1,4 +1,4 @@ -pyinstaller==6.10.0 +pyinstaller==6.11.0 numpy==2.1.2; python_version >= "3.11" numpy==2.0.1; python_version < "3.11"