Skip to content

Commit

Permalink
build(deps): bump numpy from 2.1.3 to 2.2.0
Browse files Browse the repository at this point in the history
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](numpy/numpy@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 3066d2b commit 8d61d0b
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.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"
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.3
numpy==2.1.3
numpy==2.2.0
nska-deserialize==1.5.1
yara-python==4.5.1
# pycrashreport==1.2.4
Expand Down

0 comments on commit 8d61d0b

Please sign in to comment.