Skip to content

Commit 40784bc

Browse files
Bump pyo3 from 0.25.0 to 0.25.1 in /light-curve
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.25.1/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84178cd commit 40784bc

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
@@ -48,7 +48,7 @@ numpy = "0.25.0"
4848
num_cpus = "1.17.0"
4949
num-traits = "0.2"
5050
once_cell = "1"
51-
pyo3 = { version = "0.25.0", features = [
51+
pyo3 = { version = "0.25.1", features = [
5252
"extension-module",
5353
"multiple-pymethods",
5454
] }

0 commit comments

Comments
 (0)