Skip to content

Commit

Permalink
Bump numpy from 1.24.1 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.24.1 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@v1.24.1...v2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 49ef9fc commit a72dee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
avro==1.11.3
dpkt==1.9.8
lxml==4.9.3
numpy==1.26.1
numpy==2.2.0
fastavro==1.8.4
six>=1.12.0
google-cloud-pubsub==2.18.4
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install_requires =
avro==1.11.1
dpkt==1.9.8
lxml==4.9.2
numpy==1.24.1
numpy==2.2.0
fastavro==1.7.0
six>=1.12.0
google-cloud-pubsub==2.13.11
Expand Down

0 comments on commit a72dee3

Please sign in to comment.