From d8112c45bb408d8039460649b3e42615ba4df54a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:49:53 +0000 Subject: [PATCH] Bump the pip-dependencies group across 1 directory with 2 updates Bumps the pip-dependencies group with 2 updates in the /installer/packages/trik-studio/ru.qreal.root.trik.core/meta directory: [pyinstaller](https://github.com/pyinstaller/pyinstaller) and [numpy](https://github.com/numpy/numpy). Updates `pyinstaller` from 6.9.0 to 6.10.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.9.0...v6.10.0) Updates `numpy` from 2.0.1 to 2.1.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.0.1...v2.1.1) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: numpy 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 b6319b956c..18c894606b 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,2 +1,2 @@ -pyinstaller==6.9.0 -numpy==2.0.1 +pyinstaller==6.10.0 +numpy==2.1.1