From 2bfe2cc15b682a17d829cbd5a43222af6ed376f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 23:23:49 +0000 Subject: [PATCH] Bump numpy from 2.2.2 to 2.2.3 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.2 to 2.2.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.2.2...v2.2.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef181a14..dad89993 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ 'dill==0.3.9', 'lark==1.2.2', 'loguru==0.7.3', - 'numpy==2.2.2', + 'numpy==2.2.3', 'palettable==3.3.3', 'pandas==2.2.3', 'pathos==0.3.3', diff --git a/requirements.txt b/requirements.txt index aa2bc2b8..07481cf8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ dill==0.3.9 lark==1.2.2 loguru==0.7.3 -numpy==2.2.2 +numpy==2.2.3 palettable==3.3.3 pandas==2.2.3 pathos==0.3.3