From c89d1248ed71f5ed29b03456b3b7a901c4052789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 04:14:26 +0000 Subject: [PATCH] Bump numpy from 1.24.2 to 1.26.4 Bumps [numpy](https://github.com/numpy/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) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- exemplo_adriano/requirements.txt | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exemplo_adriano/requirements.txt b/exemplo_adriano/requirements.txt index d858e7f..df24e34 100644 --- a/exemplo_adriano/requirements.txt +++ b/exemplo_adriano/requirements.txt @@ -4,7 +4,7 @@ cycler==0.11.0 fonttools==4.39.0 kiwisolver==1.4.4 matplotlib==3.7.1 -numpy==1.24.2 +numpy==1.26.4 packaging==23.0 Pillow==9.4.0 pyerfa==2.0.0.1 diff --git a/requirements/base.txt b/requirements/base.txt index 31bb21c..7232def 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -29,5 +29,5 @@ drf-spectacular==0.26.4 # https://github.com/tfranzel/drf-spectacular # Science # ------------------------------------------------------------------------------ astropy==5.2.1 # https://www.astropy.org/ -numpy==1.26.0 # https://numpy.org/ +numpy==1.26.4 # https://numpy.org/ matplotlib==3.8 # https://matplotlib.org/