Skip to content

Commit

Permalink
build(deps): bump numpy from 2.0.0 to 2.1.2
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 2.0.0 to 2.1.2.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.0.0...v2.1.2)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent b16133e commit 0c7f6d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"nska-deserialize==1.5.1",
"yara-python==4.5.1",
"python-json-logger==2.0.7"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
nska-deserialize==1.5.1
yara-python==4.5.1
# pycrashreport==1.2.4
Expand Down

0 comments on commit 0c7f6d5

Please sign in to comment.