Skip to content

Commit ca842b5

Browse files
Bump pyo3 from 0.23.3 to 0.23.4 in /light-curve
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.3 to 0.23.4. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.23.4/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.3...v0.23.4) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 14a1313 commit ca842b5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

light-curve/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

light-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ numpy = "0.23.0"
4141
num_cpus = "1.13.0"
4242
num-traits = "0.2"
4343
once_cell = "1"
44-
pyo3 = { version = "0.23.2", features = ["extension-module", "multiple-pymethods"] }
44+
pyo3 = { version = "0.23.4", features = ["extension-module", "multiple-pymethods"] }
4545
rand = "0.8.5"
4646
rand_xoshiro = "0.6.0"
4747
rayon = "1.10.0"

0 commit comments

Comments
 (0)