From 1c7b08d37b315461e894a0db496519ce6475d615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 07:03:28 +0000 Subject: [PATCH] Bump numpy from 1.25.2 to 1.26.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.25.2 to 1.26.0. - [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.25.2...v1.26.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... 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 88b4607..6218afe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "sympy==1.12", "antlr4-python3-runtime==4.11", "ipython==8.15.0", - "numpy==1.25.2" + "numpy==1.26.0" ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 3801b1d..6245f9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ loguru==0.7.2 sympy==1.12 antlr4-python3-runtime==4.11 ipython==8.15.0 -numpy==1.25.2 \ No newline at end of file +numpy==1.26.0 \ No newline at end of file