build(deps): bump the python group across 1 directory with 2 updates - #1891
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the python group across 1 directory with 2 updates#1891dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Hardhat Unit Tests Coverage SummaryDetailsDiff against masterResults for commit: 244d443 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Poetry-managed Python dependency set, primarily to bump setuptools and slither-analyzer, and refreshes the lockfile to the newly resolved transitive dependency graph used by CI tooling (e.g., Slither analysis workflow).
Changes:
- Update
setuptoolsandslither-analyzerdependency constraints inpyproject.toml. - Regenerate
poetry.lockto pin the updated direct + transitive dependencies (notablyweb3and related Ethereum Python packages).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
pyproject.toml |
Updates version constraints for setuptools and slither-analyzer. |
poetry.lock |
Refreshes pinned dependency versions and metadata to match the updated constraints/resolution. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| [tool.poetry.dependencies] | ||
| python = "^3.12.1" | ||
| setuptools = "^78.1.1" | ||
| setuptools = ">=78.1.1,<83.0.0" |
|
|
||
| [tool.poetry.group.dev.dependencies] | ||
| slither-analyzer = "^0.10.4" | ||
| slither-analyzer = ">=0.10.4,<0.12.0" |
Bumps the python group with 2 updates in the / directory: [setuptools](https://github.com/pypa/setuptools) and [slither-analyzer](https://github.com/crytic/slither). Updates `setuptools` from 78.1.1 to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v78.1.1...v83.0.0) Updates `slither-analyzer` from 0.10.4 to 0.11.5 - [Release notes](https://github.com/crytic/slither/releases) - [Commits](crytic/slither@0.10.4...0.11.5) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: slither-analyzer dependency-version: 0.11.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/python-63f71c9f89
branch
from
July 28, 2026 03:03
136ba41 to
244d443
Compare
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 group with 2 updates in the / directory: setuptools and slither-analyzer.
Updates
setuptoolsfrom 78.1.1 to 83.0.0Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
6519f72Bump version: 82.0.1 → 83.0.0d1151b1Merge pull request #5250 from pypa/feature/distutils-d7633fbeda2df31eCapture removal of dry_run parameter in changelog.00144dcMoved newsfragment to the release where it occurred.a4a5a2bAdd news fragment.77470c2Merge https://github.com/pypa/distutils into feature/distutils-d7633fbed3c43897Merge pull request #5247 from pypa/copilot/fix-pypy-version-issuebb6ea66Bump PyPy from 3.10 to 3.11 in CI workflowa2bc3acFix broken intersphinx reference to build's installation docs2d6a739Use stacked parametrize decorators instead of itertools.productUpdates
slither-analyzerfrom 0.10.4 to 0.11.5Release notes
Sourced from slither-analyzer's releases.
... (truncated)
Commits
3b6811fUse ubuntu-latestb67420cUpdate version5867d7cMerge pull request #2919 from crytic/dev-balance-reentrancyfddfdebFormat0be0861Update documentationbcca5f1Update wiki links756e579Lint5e3c145Merge branch 'master' into dev-balance-reentrancy50a0a7eAdd reentrancy-balance detector3874ef6Merge pull request #2918 from crytic/fix-2901