From cea9cb4eca7370a94a280dab0f54070cb9d1be45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 07:05:33 +0000 Subject: [PATCH] chore(deps): Bump numpy from 2.0.1 to 2.1.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.0.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.0.1...v2.1.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e28a1dc7..ab64b1da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "flask==3.0.3", "joblib==1.4.2", - "numpy==2.0.1", + "numpy==2.1.2", "pandas==2.2.3", "prometheus-api-client==0.5.5", "prometheus-client==0.21.0",