From 56572509f0b5b1d9b92457057b4e372ce3d4b024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:16:45 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.1.3 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.1.3. - [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.4...v2.1.3) --- 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 f72f8b2..b9e27fd 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,6 +4,6 @@ ruff==0.7.2 pydocstyle==6.3.0 isort==5.13.2 geopy==2.3.0 -numpy==1.26.4 +numpy==2.1.3 Pillow==10.4.0 pytest-homeassistant-custom-component==0.13.178 diff --git a/requirements.txt b/requirements.txt index bb6826c..916339e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ ruff==0.7.2 pydocstyle==6.3.0 isort==5.13.2 geopy==2.3.0 -numpy==1.26.4 +numpy==2.1.3 Pillow==10.4.0 homeassistant==2024.8.0