From 7f0f890a451b2a604f42bfb3c9b4cbb4e5e5ec6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:12:26 +0000 Subject: [PATCH] Bump numpy from 2.1.3 to 2.2.0 Bumps [numpy](https://github.com/numpy/numpy) from 2.1.3 to 2.2.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/v2.1.3...v2.2.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... 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 570389c..49eda7f 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,6 +4,6 @@ ruff==0.8.1 pydocstyle==6.3.0 isort==5.13.2 geopy==2.3.0 -numpy==2.1.3 +numpy==2.2.0 Pillow==11.0.0 pytest-homeassistant-custom-component==0.13.191 diff --git a/requirements.txt b/requirements.txt index e8cc03e..5f42133 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ ruff==0.8.1 pydocstyle==6.3.0 isort==5.13.2 geopy==2.3.0 -numpy==2.1.3 +numpy==2.2.0 Pillow==11.0.0 homeassistant==2024.12.0