From 5129809f0084e3b1d42ecc2b32952d7ee9cc38d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:44:09 +0000 Subject: [PATCH] build(deps): Bump numpy from 1.23.5 to 1.24.1 in /requirements (#136) Bumps [numpy](https://github.com/numpy/numpy) from 1.23.5 to 1.24.1. - [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.23.5...v1.24.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/base.txt | 2 +- requirements/huggingface.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 3cf909211..8f0696036 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -36,7 +36,7 @@ monotonic==1.6 # via argilla nltk==3.7 # via unstructured (setup.py) -numpy==1.23.5 +numpy==1.24.1 # via # argilla # pandas diff --git a/requirements/huggingface.txt b/requirements/huggingface.txt index cb576b668..06f7b1c3e 100644 --- a/requirements/huggingface.txt +++ b/requirements/huggingface.txt @@ -53,7 +53,7 @@ monotonic==1.6 # via argilla nltk==3.7 # via unstructured (setup.py) -numpy==1.23.4 +numpy==1.24.1 # via # argilla # pandas