Skip to content

Commit

Permalink
Bump numpy from 2.1.0 to 2.1.1
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 2.1.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](numpy/numpy@v2.1.0...v2.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 0ba4be4 commit e90f2cb
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 @@ -8,7 +8,7 @@ dependencies = [
"gracefulkiller==0.4.7",
"matplotlib",
"mausy5043-common",
"numpy==2.1.0",
"numpy==2.1.1",
"pandas>=2.2.2",
"pyarrow>=17.0.0",
"pyserial==3.5",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
gracefulkiller==0.4.7
matplotlib
mausy5043-common
numpy==2.1.0
numpy==2.1.1
pandas>=2.2.2
pyarrow>=17.0.0
pyserial==3.5
Expand Down

0 comments on commit e90f2cb

Please sign in to comment.