From 25cbf13b04b0e72a0c24d776bbfaf3014e30560a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 20:45:39 +0000 Subject: [PATCH] chore(deps): bump the project-api-exec-dependencies group Bumps the project-api-exec-dependencies group in /apps/project-api with 4 updates: [numpy](https://github.com/numpy/numpy), [pandas](https://github.com/pandas-dev/pandas), [pyjnius](https://github.com/kivy/pyjnius) and [onnxruntime](https://github.com/microsoft/onnxruntime). Updates `numpy` from 1.24.2 to 1.26.4 - [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/v1.24.2...v1.26.4) Updates `pandas` from 1.5.3 to 2.2.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.3...v2.2.2) Updates `pyjnius` from 1.4.2 to 1.6.1 - [Release notes](https://github.com/kivy/pyjnius/releases) - [Changelog](https://github.com/kivy/pyjnius/blob/master/CHANGELOG.md) - [Commits](https://github.com/kivy/pyjnius/compare/1.4.2...1.6.1) Updates `onnxruntime` from 1.14.1 to 1.18.0 - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/commits) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: project-api-exec-dependencies - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-major dependency-group: project-api-exec-dependencies - dependency-name: pyjnius dependency-type: direct:production update-type: version-update:semver-minor dependency-group: project-api-exec-dependencies - dependency-name: onnxruntime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: project-api-exec-dependencies ... Signed-off-by: dependabot[bot] --- apps/project-api/requirements/recommended.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/project-api/requirements/recommended.txt b/apps/project-api/requirements/recommended.txt index 1661788..745cbfd 100644 --- a/apps/project-api/requirements/recommended.txt +++ b/apps/project-api/requirements/recommended.txt @@ -1,8 +1,8 @@ # Execution dependencies numpy==1.19.5 ; python_version < "3.10" -numpy==1.24.2 ; python_version >= "3.10" +numpy==1.26.4 ; python_version >= "3.10" pandas==1.1.5 ; python_version < "3.10" -pandas==1.5.3 ; python_version >= "3.10" -pyjnius==1.4.2 +pandas==2.2.2 ; python_version >= "3.10" +pyjnius==1.6.1 onnxruntime==1.10.0 ; python_version < "3.10" -onnxruntime==1.14.1 ; python_version >= "3.10" +onnxruntime==1.18.0 ; python_version >= "3.10"