From 8d61d0b8a05142221e212c809696fb26d7123bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:58:40 +0000 Subject: [PATCH] build(deps): 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 20f640d..057b20d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "python-dateutil==2.9.0.post0", "gpxpy==1.6.2", "pandas==2.2.3", - "numpy==2.1.3", + "numpy==2.2.0", "nska-deserialize==1.5.1", "yara-python==4.5.1", "python-json-logger==2.0.7" diff --git a/requirements.txt b/requirements.txt index caee7f0..e889a06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ tabulate==0.9.0 python-dateutil==2.9.0.post0 gpxpy==1.6.2 pandas==2.2.3 -numpy==2.1.3 +numpy==2.2.0 nska-deserialize==1.5.1 yara-python==4.5.1 # pycrashreport==1.2.4