Skip to content

Commit 98fbbdc

Browse files
Bump pyo3 from 0.23.2 to 0.23.3 (#79)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.2 to 0.23.3. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.2...v0.23.3) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ccbc14 commit 98fbbdc

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "cpp_linter"
1616
crate-type = ["cdylib"]
1717

1818
[dependencies]
19-
pyo3 = { version = "0.23.2", features = ["extension-module"] }
19+
pyo3 = { version = "0.23.3", features = ["extension-module"] }
2020
cpp-linter = { path = "../../cpp-linter" }
2121
tokio = "1.41.1"
2222

docs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license.workspace = true
1111

1212
[dependencies]
1313
cpp-linter = { path = "../cpp-linter" }
14-
pyo3 = "0.23.2"
14+
pyo3 = "0.23.3"
1515

1616
[lib]
1717
name = "cli_gen"

0 commit comments

Comments
 (0)