Skip to content

Commit

Permalink
chore(deps): bump the prod-deps group with 3 updates (#334)
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 3 updates: [arrow](https://github.com/apache/arrow-rs), [pyo3](https://github.com/pyo3/pyo3) and [rstest](https://github.com/la10736/rstest).


Updates `arrow` from 54.2.0 to 54.2.1
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@54.2.0...54.2.1)

Updates `pyo3` from 0.23.4 to 0.23.5
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.23.4...v0.23.5)

Updates `rstest` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: arrow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: pyo3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: rstest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent a1a9f76 commit d840efc
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ crate-type = ["cdylib"]

[dependencies]
# There's a lot of stuff we don't want here, such as serde support
arrow = { version = "^54.2.0", default-features = false, features = [
arrow = { version = "^54.2.1", default-features = false, features = [
"pyarrow",
] }
calamine = { version = "^0.26.1", features = ["dates"] }
chrono = { version = "^0.4.39", default-features = false }
log = "0.4.26"
pyo3 = { version = "^0.23.4", features = ["abi3-py39"] }
pyo3 = { version = "^0.23.5", features = ["abi3-py39"] }
pyo3-log = "^0.12.1"

[dev-dependencies]
pretty_assertions = "^1.4.1"
rstest = { version = "^0.24.0", default-features = false }
rstest = { version = "^0.25.0", default-features = false }

# NOTE: This is a hack to bypass pyo3 limitations when testing:
# https://pyo3.rs/v0.22.3/faq.html#i-cant-run-cargo-test-or-i-cant-build-in-a-cargo-workspace-im-having-linker-issues-like-symbol-not-found-or-undefined-reference-to-_pyexc_systemerror
Expand Down

0 comments on commit d840efc

Please sign in to comment.