Skip to content

Commit 22b6bc8

Browse files
chore(deps): update dependency hatchling to v1.28.0 (#295)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [hatchling](https://redirect.github.com/pypa/hatch) ([source](https://redirect.github.com/pypa/hatch/tree/HEAD/backend), [changelog](https://hatch.pypa.io/dev/history/hatchling/)) | `==1.27` -> `==1.28.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/hatchling/1.28.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/hatchling/1.27.0/1.28.0?slim=true) | --- ### Release Notes <details> <summary>pypa/hatch (hatchling)</summary> ### [`v1.28.0`](https://redirect.github.com/pypa/hatch/releases/tag/hatchling-v1.28.0): Hatchling v1.28.0 [Compare Source](https://redirect.github.com/pypa/hatch/compare/hatchling-v1.27.0...hatchling-v1.28.0) ***Changed:*** - Drop support for Python 3.9 ***Added:*** - Add `sbom-files` option and `sbom_files` build data to the `wheel` build target for including Software Bill of Materials files. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between day 1 and 7 of the month, and on Sunday and Saturday ( * * 1-7 * 0,6 ) in timezone America/Mexico_City, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/reservoir-data/tap-socketdev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 99cdbf7 commit 22b6bc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatch-vcs==0.5",
5-
"hatchling==1.27",
5+
"hatchling==1.28",
66
]
77

88
[project]

0 commit comments

Comments
 (0)