From 321e520eaf097b14bcf5b2471c64d1b71fa445c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:19:06 +0000 Subject: [PATCH] Bump numpy from 2.0.1 to 2.1.2 in /core 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] --- core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/requirements.txt b/core/requirements.txt index 0c03f99..b9f851d 100644 --- a/core/requirements.txt +++ b/core/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.112.0 loguru==0.7.2 -numpy==2.0.1 +numpy==2.1.2 pandas==2.2.2 passlib==1.7.4 pydantic==2.8.2