build(deps): bump hatchling from 1.26.3 to 1.27.0 (#257)

Bumps [hatchling](https://github.com/pypa/hatch) from 1.26.3 to 1.27.0.
- [Release notes](https://github.com/pypa/hatch/releases)
- [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.26.3...hatchling-v1.27.0)

---
updated-dependencies:
- dependency-name: hatchling
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-12-18 19:20:41 -05:00
committed by GitHub
parent 673748febd
commit 1397665c2d

View File

@@ -21,7 +21,7 @@
# many build packages like `setuptools`, `flit`, `poetry`, `hatchling`, etc. We will use
# `hatchling`.
requires = [
"hatchling==1.26.3",
"hatchling==1.27.0",
] # List of packages that are needed to build RenderCV
# Python has a standard object format called build-backend object. Python standard asks