From dc924fb366759a405f04ddb1e3dd85a58fd00c87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:01:22 +0000 Subject: [PATCH 1/2] Bump numpy Bumps the pip-dependencies group with 1 update in the /installer/packages/trik-studio/ru.qreal.root.trik.core/meta directory: [numpy](https://github.com/numpy/numpy). Updates `numpy` from 2.1.1 to 2.1.2 - [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.1.1...v2.1.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch 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 edd55f55a8..816dd63cd9 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 -numpy==2.1.1; python_version >= "3.11" +numpy==2.1.2; python_version >= "3.11" numpy==2.0.1; python_version < "3.11" 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 2/2] 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"