chore(deps): bump the python-rust-dependencies group across 1 directory with 6 updates#92
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
…ry with 6 updates Bumps the python-rust-dependencies group with 6 updates in the /python directory: | Package | From | To | | --- | --- | --- | | [pyo3](https://github.com/pyo3/pyo3) | `0.26.0` | `0.29.0` | | [geohash](https://github.com/georust/geohash.rs) | `0.13.1` | `0.13.2` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.150` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.23.0` | `3.27.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.17` | | [wkb](https://github.com/georust/wkb) | `0.9.1` | `0.9.2` | Updates `pyo3` from 0.26.0 to 0.29.0 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.26.0...v0.29.0) Updates `geohash` from 0.13.1 to 0.13.2 - [Release notes](https://github.com/georust/geohash.rs/releases) - [Commits](georust/geohash@v0.13.1...v0.13.2) Updates `serde_json` from 1.0.145 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.150) Updates `tempfile` from 3.23.0 to 3.27.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.27.0) Updates `thiserror` from 1.0.69 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.17) Updates `wkb` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/georust/wkb/releases) - [Changelog](https://github.com/georust/wkb/blob/main/CHANGELOG.md) - [Commits](georust/wkb@v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-rust-dependencies - dependency-name: geohash dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-rust-dependencies - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-rust-dependencies - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-rust-dependencies - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-rust-dependencies - dependency-name: wkb dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-rust-dependencies group with 6 updates in the /python directory:
0.26.00.29.00.13.10.13.21.0.1451.0.1503.23.03.27.01.0.692.0.170.9.10.9.2Updates
pyo3from 0.26.0 to 0.29.0Release notes
Sourced from pyo3's releases.
... (truncated)
Changelog
Sourced from pyo3's changelog.
... (truncated)
Commits
0f90242release: 0.29.0 (#6107)cd128eddoc: mention abi3t, python3t.dll, and abi3t_compat folder in FAQ (#6124)7e2ef18Avoid type checks in methods where CPython already guarantees the received ty...f930199docs: additional detail in migration guide for 0.29 (#6123)91ab0d1Enable Windows abi3t tests (#6106)fe0fdd5addPyLong*API (3.14+) (#6016)f41b1dfHang when reattaching after detach during shutdown (#6085)5ae66a8Fix double import on RustPython (#6122)ad4a510PyFunction: enable some extra tests with abi3 (#6118)c79ac0eci: Add test for minimum supported debug build of Python (#5852)Updates
geohashfrom 0.13.1 to 0.13.2Commits
3ebc8aachore: bump version 0.13.2 (#61)35569aeci: update ci branch (#60)5071969ci: improve ci to cover no_std (#59)bb35ea7Addno_stdsupport (#58)d983f12Fix typo in direction enum comment for East (#57)7c538a2fix: typos insrc/core.rscomments (#56)5211415test: include an edge case (#55)9f141fbFix error in the comment (#51)Updates
serde_jsonfrom 1.0.145 to 1.0.150Release notes
Sourced from serde_json's releases.
Commits
a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintdc8003aRaise required compiler for preserve_order feature to 1.85a42fa98Unpin CI miri toolchain684a60ePin CI miri to nightly-2026-02-117c7da33Raise required compiler to Rust 1.71acf4850Simplify Number::is_f646b8ceabResolve unnecessary_map_or clippy lintUpdates
tempfilefrom 3.23.0 to 3.27.0Changelog
Sourced from tempfile's changelog.
Commits
5c8fa12chore: release 3.27.0e34e574test: disable uds conflict test on redox772c795test: add CWD guards2632fb9fix: resolve relative paths when constructingTempPath929a112chore: release 3.26.029d6ac5Add Redox OS CI (#394)375067fdoc(README): document supported platformsd353717feat(redox): implement persist() (#393)64114d7Fix typos in documentation (#392)9a38b8dchore: release 3.25.0Updates
thiserrorfrom 1.0.69 to 2.0.17Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
72ae716Release 2.0.17599fdceMerge pull request #434 from dtolnay/private9ec05f6Use differently named __private module per patch released2c492bRaise minimum tested compiler to rust 1.76fc3ab95Opt in to generate-macro-expansion when building on docs.rs819fe29Update ui test suite to nightly-2025-09-12259f48cEnforce trybuild >= 1.0.108470e6a6Update ui test suite to nightly-2025-08-24544e191Update actions/checkout@v4 -> v5cbc1ebaDelete duplicate cap-lints flag from build scriptUpdates
wkbfrom 0.9.1 to 0.9.2Release notes
Sourced from wkb's releases.
Changelog
Sourced from wkb's changelog.
Commits
2014885chore: Prepare 0.9.2 (#90)f612014chore: Set up crates.io trusted publishing (#89)3158e62fix: MakingWkb::buf()return slices containing only the WKB and trim the t...130eb0cExpose APIs for accessing the underlying WKB buffer to implement various func...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions