build(deps): bump types-setuptools from 82.0.0.20260210 to 82.0.0.20260408#20816
build(deps): bump types-setuptools from 82.0.0.20260210 to 82.0.0.20260408#20816dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [types-setuptools](https://github.com/python/typeshed) from 82.0.0.20260210 to 82.0.0.20260408. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-version: 82.0.0.20260408 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0dd3049. Configure here.
| types-aiofiles = { version = ">=24.1.0.20240626", optional = true } | ||
| types-pyyaml = { version = ">=6.0.12.20240917", optional = true } | ||
| types-setuptools = { version = ">=75.5.0.20241122", optional = true } | ||
| types-setuptools = { version = ">=82.0.0.20260408", optional = true } |
There was a problem hiding this comment.
Minimum version constraint raised unnecessarily high
Low Severity
The minimum version for types-setuptools was raised from >=75.5.0.20241122 to >=82.0.0.20260408, pinning the floor to the exact newly resolved version. This is more restrictive than necessary — a lock file update alone would suffice. Other type-stub deps like types-aiofiles and types-pyyaml keep their original lower bounds. This needlessly narrows the acceptable version range and could cause resolution conflicts for consumers or downstream tooling that had a compatible older version.
Reviewed by Cursor Bugbot for commit 0dd3049. Configure here.
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewVerifying how Verdict: benign Why this looks safe
Scanner report vs interpretation
Classic checklist (short): No evidence of obfuscation, unexpected hosts, persistence, or install-script abuse in this kind of stub-only dependency; the PR scope is consistent with a routine typeshed stub bump. Actionable note: If you want extra assurance, manually confirm on PyPI that Compatibility AnalysisAnalyzing how 1) Where
|
Coverage Report for CI Build 24744621372Coverage increased (+0.003%) to 91.18%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions26 previously-covered lines in 8 files lost coverage.
Coverage Stats💛 - Coveralls |


Bumps types-setuptools from 82.0.0.20260210 to 82.0.0.20260408.
Commits
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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Low risk dependency metadata update limited to dev typing stubs; no runtime code paths are affected aside from potential mypy/type-checking differences.
Overview
Updates the
types-setuptoolsdev dependency to82.0.0.20260408by raising the version constraint inpyproject.tomland refreshingpoetry.lock(new artifact hashes and lockcontent-hash).Reviewed by Cursor Bugbot for commit 0dd3049. Bugbot is set up for automated code reviews on this repo. Configure here.