Skip to content

Commit

Permalink
chore(deps): update pyo3 requirement in the pyo3 group
Browse files Browse the repository at this point in the history
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version.

Updates `pyo3` to 0.22.6
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/v0.22.6/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.22.2...v0.22.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 2ce43f5 commit e46c87c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ path = "tests/lib.rs"
[workspace.dependencies]
derive_more = "1.0.0"
itertools = "0.13.0"
pyo3 = "0.22.2"
pyo3 = "0.22.6"
pythonize = "0.22.0"
rstest = "0.23.0"
serde = "1.0"
Expand Down

0 comments on commit e46c87c

Please sign in to comment.