Skip to content

Commit

Permalink
Update pyo3 requirement from 0.19.1 to 0.20.0 (#49)
Browse files Browse the repository at this point in the history
* Update pyo3 requirement from 0.19.1 to 0.20.0

Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.19.1...v0.19.2)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update numpy requirement from 0.19.0 to 0.20.0

Updates the requirements on [numpy](https://github.com/PyO3/rust-numpy) to permit the latest version.
- [Release notes](https://github.com/PyO3/rust-numpy/releases)
- [Changelog](https://github.com/PyO3/rust-numpy/blob/main/CHANGELOG.md)
- [Commits](PyO3/rust-numpy@v0.19.0...v0.19.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Sully <ben.sully@grafana.com>
  • Loading branch information
dependabot[bot] and sd2k authored Oct 16, 2023
1 parent b276003 commit e208d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/pyaugurs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ crate-type = ["cdylib"]
augurs-core.workspace = true
augurs-ets = { workspace = true, features = ["mstl"] }
augurs-mstl.workspace = true
numpy = "0.19.0"
pyo3 = { version = "0.19.1", features = ["extension-module"] }
numpy = "0.20.0"
pyo3 = { version = "0.20.0", features = ["extension-module"] }
pyo3-log = "0.8.2"
tracing = { version = "0.1.37", features = ["log-always"] }

0 comments on commit e208d76

Please sign in to comment.