From f77d0f35d630872f197ae647e563fd6e14a22a40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:11:55 +0000 Subject: [PATCH] build(deps-dev): bump numpy from 1.25.1 to 1.26.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.25.1 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.1...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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 22d68c01..a81381e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ ci = "https://github.com/ansys/pydynamicreporting/actions" [project.optional-dependencies] tests = [ "pyansys-docker==5.0.4", - "numpy==1.25.1", + "numpy==1.26.0", "psutil==5.9.5", "pytest==7.4.2", "pytest-cov==4.1.0", @@ -82,7 +82,7 @@ dev = [ "ipython", "whatsonpypi", "ansys-sphinx-theme==0.11.2", - "numpy==1.25.1", + "numpy==1.26.0", "numpydoc==1.5.0", "pillow==10.0.1", "psutil==5.9.5",