deps(pip): update build requirement from >=1.2.2 to >=1.5.0#558
deps(pip): update build requirement from >=1.2.2 to >=1.5.0#558dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [build](https://github.com/pypa/build) to permit the latest version. - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.2.2...1.5.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR bumps the minimum version of the
Confidence Score: 5/5Safe to merge — a single-line change to a dev-only dependency with no runtime or published-package impact. The only change is raising the lower bound on the No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Developer installs dev extras] --> B{Resolve build package}
B -->|Before PR| C["build >= 1.2.2"]
B -->|After PR| D["build >= 1.5.0 - Python 3.10+ only"]
D --> E["Compatible: project requires Python >= 3.10"]
C --> F[Runtime and publish deps not affected]
D --> F
Reviews (1): Last reviewed commit: "deps(pip): update build requirement from..." | Re-trigger Greptile |
Updates the requirements on build to permit the latest version.
Release notes
Sourced from build's releases.
Changelog
Sourced from build's changelog.
... (truncated)
Commits
615d04cchore: prepare for 1.5.0776f702fix: api should not ignore installed, only CLI (#1056)42da4c4pre-commit: bump repositories (#1055)b445cd2chore: tox toml (#1033)c44c143feat: drop 3.9, require 3.10+ (#1036)a9bb456build(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0 in the actions group...cb33511ci: try to improve release docs (#1051)70666a2chore: prepare for 1.4.4653d865docs: fix issue with changelog generation (#1050)373b9eetests: keep environment from leaking in Python 3.15 (#1049)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)