build(deps): bump the sandbox-python group across 1 directory with 5 updates - #357
dependabot[bot] wants to merge 1 commit into
Conversation
…updates Bumps the sandbox-python group with 5 updates in the /sandbox directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.43.72` | `1.43.83` | | [clickhouse-connect](https://github.com/ClickHouse/clickhouse-connect) | `1.7.1` | `1.7.2` | | [eth-abi](https://github.com/ApeWorX/eth-abi) | `5.2.0` | `6.0.0` | | [eth-account](https://github.com/ApeWorX/eth-account) | `0.13.7` | `0.14.0` | | [plotly](https://github.com/plotly/plotly.py) | `6.9.0` | `7.0.0` | Updates `boto3` from 1.43.72 to 1.43.83 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.72...1.43.83) Updates `clickhouse-connect` from 1.7.1 to 1.7.2 - [Release notes](https://github.com/ClickHouse/clickhouse-connect/releases) - [Changelog](https://github.com/ClickHouse/clickhouse-connect/blob/main/CHANGELOG.md) - [Commits](ClickHouse/clickhouse-connect@v1.7.1...v1.7.2) Updates `eth-abi` from 5.2.0 to 6.0.0 - [Release notes](https://github.com/ApeWorX/eth-abi/releases) - [Changelog](https://github.com/ApeWorX/eth-abi/blob/main/docs/release_notes.rst) - [Commits](ApeWorX/eth-abi@v5.2.0...v6.0.0) Updates `eth-account` from 0.13.7 to 0.14.0 - [Release notes](https://github.com/ApeWorX/eth-account/releases) - [Changelog](https://github.com/ApeWorX/eth-account/blob/main/docs/release_notes.rst) - [Commits](ApeWorX/eth-account@v0.13.7...v0.14.0) Updates `plotly` from 6.9.0 to 7.0.0 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](plotly/plotly.py@v6.9.0...v7.0.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.83 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sandbox-python - dependency-name: clickhouse-connect dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sandbox-python - dependency-name: eth-abi dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: sandbox-python - dependency-name: eth-account dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sandbox-python - dependency-name: plotly dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: sandbox-python ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Summary
Dependabot bump of the sandbox-python group (boto3, clickhouse-connect, eth-abi, eth-account, plotly plus their transitive eth-* deps). OSV reports no vulnerabilities for any new or transitive version, and the major bumps don't break repo code: evm.py's eth_account calls (from_key/address/sign_transaction/raw_transaction) all exist in 0.14.0 and eth_abi/plotly are never imported by module code. The only notable item is that the new eth-account dependency tree pulls a pre-release py-ecc into the sandbox image when a stable version is available.
Issues
- 🟡
sandbox/requirements.txt:1489— pre-release py-ecc 9.0.0b1 pinned despite stable 8.0.0 satisfying all constraints — see the thread on that line
Reviewed @ 01ae0153
"Weeks of coding can save you hours of planning."
| --hash=sha256:08b21f1244a97e7a1a699833c4bb2678475aa108b3f1989886ed0b038ebfd849 \ | ||
| --hash=sha256:78cbf7bd06d1b05bb3b8ec1b709864695229b55151b6f7530fbf55517ead6fdd | ||
| # via -r requirements.in | ||
| py-ecc==9.0.0b1 \ |
There was a problem hiding this comment.
🟡 pre-release py-ecc 9.0.0b1 pinned despite stable 8.0.0 satisfying all constraints
The eth-account 0.14.0 tree adds py-ecc==9.0.0b1, a beta, though PyPI's latest stable is 8.0.0 (published after the beta) and the only constraint in the chain, eth-keyfile 0.10.0's py_ecc>=5.2.0, is satisfied by 8.0.0. Nothing in eth-keys/eth-account/eth-keyfile metadata requires the beta, so this looks like resolver churn (the entry also lists each hash twice). Worth re-verifying the compile or pinning py-ecc 8.0.0 before shipping a curve-crypto beta in the sandbox image.
Bumps the sandbox-python group with 5 updates in the /sandbox directory:
1.43.721.43.831.7.11.7.25.2.06.0.00.13.70.14.06.9.07.0.0Updates
boto3from 1.43.72 to 1.43.83Commits
77e6582Merge branch 'release-1.43.83'bdb0f45Bumping version to 1.43.83950987aAdd changelog entries from botocore156b04aMerge branch 'release-1.43.82'dfc3447Merge branch 'release-1.43.82' into develope6c550fBumping version to 1.43.8294d6577Add changelog entries from botocore18a131cBump https://github.com/astral-sh/ruff-pre-commit (#4835)1ee61ffMerge branch 'release-1.43.81'd3a3a52Merge branch 'release-1.43.81' into developUpdates
clickhouse-connectfrom 1.7.1 to 1.7.2Release notes
Sourced from clickhouse-connect's releases.
Changelog
Sourced from clickhouse-connect's changelog.
Commits
9283654release prep for 1.7.2 (#980)836e12efix SQLAlchemy engine-bound table reflection (#979)1b7b0affix SQLAlchemy DISTINCT set operations (#978)c76037dwarn on ignored SQLAlchemy table hints (#977)6ca829bJoe/fix arrow trailing semicolon (#970)f110accupdate review instructions and arch metadata (#976)289f42aFix SQLAlchemy DDL string literal escaping for comments and string defaults (...9c24d33Joe/fix chsqlatype literal bugs (#969)2f34aa5use centralized docs drift checker (#961)8e15d09async explicit proxy_path preservation (#964)Updates
eth-abifrom 5.2.0 to 6.0.0Release notes
Sourced from eth-abi's releases.
Changelog
Sourced from eth-abi's changelog.
Commits
c0d2d0frefactor: drop <3.10; add <=3.14; migrate to prek and ruff; use Github Action...afa145anewsfragment for #246a92aff7feat: optimize encode and decodecdc7e65Bump version: 5.2.0 → 6.0.0-beta.1484a3cfCompile release notes for v6.0.0-beta.1a7e0aadMerge pull request #250 from kclowes/template-upgrades303b4d7Fix docs/contributing404786aAdd newsfragments for #2500eac8ddRemove hypothesis warningsd4c9a81Fix typingUpdates
eth-accountfrom 0.13.7 to 0.14.0Release notes
Sourced from eth-account's releases.
Changelog
Sourced from eth-account's changelog.