From 3dd829fa4889e8fc45ef7bccf4c89575b0463842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:36:57 +0000 Subject: [PATCH] Bump numpy Bumps the pip-dependencies group in /installer/packages/trik-studio/ru.qreal.root.trik.core/meta with 1 update: [numpy](https://github.com/numpy/numpy). Updates `numpy` from 2.1.2 to 2.1.3 - [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.2...v2.1.3) --- 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 a669dcf18e..8c75eed962 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.11.0 -numpy==2.1.2; python_version >= "3.11" +numpy==2.1.3; python_version >= "3.11" numpy==2.0.1; python_version < "3.11"