From b5ef34e9eee2307f1a5750b21c9c5cfa09824bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:50:24 +0000 Subject: [PATCH] build(deps): update numpy requirement from ~=2.1.3 to ~=2.2.0 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33c4cf8..8970993 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pandas~=2.2.3 pytest~=8.3.4 pytz~=2024.2 requests~=2.32.3 -numpy~=2.1.3 +numpy~=2.2.0 aiohttp~=3.11.9 pytest-asyncio~=0.24.0 aioresponses~=0.7.7