Skip to content

Commit

Permalink
Update pyo3-log requirement from 0.8.2 to 0.9.0 (#51)
Browse files Browse the repository at this point in the history
Updates the requirements on [pyo3-log](https://github.com/vorner/pyo3-log) to permit the latest version.
- [Changelog](https://github.com/vorner/pyo3-log/blob/main/CHANGELOG.md)
- [Commits](vorner/pyo3-log@v0.8.2...v0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 2a18f9b commit 8a293a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pyaugurs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ augurs-ets = { workspace = true, features = ["mstl"] }
augurs-mstl.workspace = true
numpy = "0.20.0"
pyo3 = { version = "0.20.0", features = ["extension-module"] }
pyo3-log = "0.8.2"
pyo3-log = "0.9.0"
tracing = { version = "0.1.37", features = ["log-always"] }

0 comments on commit 8a293a0

Please sign in to comment.