From 94e228f610dc7a957fcb7a7556e095dedd8c05fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:56:11 +0000 Subject: [PATCH] Bump numpy from 1.26.0 to 2.0.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.0 to 2.0.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.26.0...v2.0.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index a9d3a55..9398ca4 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,6 +4,6 @@ ruff==0.5.1 pydocstyle==6.3.0 isort==5.13.2 geopy==2.3.0 -numpy==1.26.0 +numpy==2.0.0 Pillow==10.3.0 pytest-homeassistant-custom-component==0.13.146 diff --git a/requirements.txt b/requirements.txt index bafd5ac..00656e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ ruff==0.5.1 pydocstyle==6.3.0 isort==5.13.2 geopy==2.3.0 -numpy==1.26.0 +numpy==2.0.0 Pillow==10.3.0 homeassistant==2024.5.0