deps(pip): update hatchling requirement from <1.28 to <1.31#559
deps(pip): update hatchling requirement from <1.28 to <1.31#559dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [hatchling](https://github.com/pypa/hatch) to permit the latest version. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](pypa/hatch@hatchling-v0.3...hatchling-v1.30.1) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.30.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR widens the
Confidence Score: 5/5Safe to merge — the only change is widening a build-time version upper bound for hatchling, which does not affect the installed package or any runtime behaviour. The diff is a single-line update to a build-system constraint. Hatchling is used only during the wheel-build step and is not included in the distributed package. The newly permitted versions (1.28–1.30.x) contain only minor improvements and a metadata-version patch, with no breaking changes reported upstream. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["pyproject.toml\n[build-system]"] --> B["hatchling\n(build-time only)"]
B -- "was: <1.28" --> C["hatchling 1.27.x and below"]
B -- "now: <1.31" --> D["hatchling 1.28 – 1.30.x"]
D --> E["1.30.0: block duplicate files in wheel"]
D --> F["1.30.1: default metadata stays at 2.4"]
Reviews (1): Last reviewed commit: "deps(pip): update hatchling requirement ..." | Re-trigger Greptile |
Updates the requirements on hatchling to permit the latest version.
Release notes
Sourced from hatchling's releases.
Commits
37b00c3release Hatchling v1.30.1 (#2298)0446d99Update history for new patch release of hatchling after fixing default metada...4f5cdf0Make 2.4 metadata default until other tools support it. (#2296)0497be0Fix draft release uploads. (#2293)3aae0faFix hatchling to use Metadata 2.4 (#2291)5ee4189release Hatch v1.17.0 (#2290)6109ee7release Hatchling v1.30.0 (#2289)246e22bBlock duplicate files in wheel archives (closes #2066) (#2269)d2afcb6Update docs as pre-release for 1.17.0 (#2287)818d284Feat hatch check command with new sub command for types (#2278)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)