build(deps): bump poetry from 2.2.1 to 2.3.3#20758
build(deps): bump poetry from 2.2.1 to 2.3.3#20758dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [poetry](https://github.com/python-poetry/poetry) from 2.2.1 to 2.3.3. - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md) - [Commits](python-poetry/poetry@2.2.1...2.3.3) --- updated-dependencies: - dependency-name: poetry dependency-version: 2.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewVerifying how Poetry is pinned in this repo and whether the change matches the official release. Verdict: benign Why this looks safe
Actionable takeaway: Treat this as a legitimate security and bugfix upgrade; the scanner does not contradict that—the heuristics align with normal Poetry test patterns, not supply-chain compromise. Compatibility AnalysisTracing where Poetry is pinned and used in the repo and assessing compatibility with 2.3.3. 1) Where Poetry appears
Poetry is used as a CLI and lockfile tool, not as an imported Python package in application code. 2) Overlap with 2.3.x changesRelease notes emphasize bugfixes (wheel installer path traversal, env detection, HTTP basic auth,
3) Risks / unknowns
4) RecommendationMerge — tooling-only bump on the 2.x line, includes an important wheel installer security fix, and usage here is standard CLI/lock workflows with no embedded Poetry APIs. Caveat: Rely on green CI (especially install + pre-commit poetry hook). If Malware Scan Summary
Top findings
|
|
poetry is updated in lockstep with dependabot - which is still at 2.2.1 - closing |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps poetry from 2.2.1 to 2.3.3.
Release notes
Sourced from poetry's releases.
... (truncated)
Changelog
Sourced from poetry's changelog.
... (truncated)
Commits
3d0151arelease: bump version to 2.3.389f09aafix long path issue on Windows (#10794)e068177installer: fix path traversal (#10792)d76a2f6chore: require new poetry-core version (#10790)859d443Update init & new commands for PEP 639 (License) (#10787)2ff2845fix: pass auth via Request constructor instead of calling HTTPBasicAuth on un...286e43benv: improve error handling if.venvis not a directory but a file (#10777)d6e72c9Fixpublish --buildprompt behavior in non-interactive mode (#10769)9fced1afix(env): treat empty VIRTUAL_ENV/CONDA_PREFIX as unset (#10784)9688382docs: fix pipx install directions link (#10783)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)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Low risk: a single dependency pin update for the build toolchain, with no application/runtime code changes.
Overview
Bumps the
poetryversion inrequirements-poetry.txtfrom2.2.1to2.3.3, keeping the repo’s Poetry tooling in sync with Dependabot’s expected version.Written by Cursor Bugbot for commit a413963. This will update automatically on new commits. Configure here.