From 732bf2aa57ec695dc9033347dee89973396ef158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:52:29 +0000 Subject: [PATCH] build(deps): bump numpy from 2.0.0 to 2.1.1 Bumps [numpy](https://github.com/numpy/numpy) from 2.0.0 to 2.1.1. - [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.0.0...v2.1.1) --- 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 fcf64ec..ec019f5 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.2", - "numpy==2.0.0", + "numpy==2.1.1", "nska-deserialize==1.5.1", "yara-python==4.5.1" ] diff --git a/requirements.txt b/requirements.txt index d270cf4..8ffbcf2 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.2 -numpy==2.0.0 +numpy==2.1.1 nska-deserialize==1.5.1 yara-python==4.5.1 # pycrashreport==1.2.4 \ No newline at end of file