Skip to content

Commit

Permalink
Bump pyo3 in /tictactoe_rust in the cargo-minor group
Browse files Browse the repository at this point in the history
Bumps the cargo-minor group in /tictactoe_rust with 1 update: [pyo3](https://github.com/pyo3/pyo3).


Updates `pyo3` from 0.22.4 to 0.22.5
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.22.4...v0.22.5)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and JanEricNitschke committed Oct 22, 2024
1 parent 53c4ef7 commit 0e8d2af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions tictactoe_rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tictactoe_rust/tictactoe_rust_python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ name = "tictactoe_rust_python"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.22.4", features = ["extension-module"] }
pyo3 = { version = "0.22.5", features = ["extension-module"] }
tictactoe_rust = { path = "../tictactoe_rust" }

0 comments on commit 0e8d2af

Please sign in to comment.