This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new b5038ef360b Bump hatchling from 1.25.0 to 1.27.0 (#47454)
b5038ef360b is described below
commit b5038ef360b87b2ea4cbfa0b4cf01e6cddfe625f
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 6 20:52:37 2025 +0100
Bump hatchling from 1.25.0 to 1.27.0 (#47454)
Bumps [hatchling](https://github.com/pypa/hatch) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/pypa/hatch/releases)
-
[Commits](https://github.com/pypa/hatch/compare/hatchling-v1.25.0...hatchling-v1.27.0)
---
updated-dependencies:
- dependency-name: hatchling
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 12028e1908e..554658e1024 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@
requires = [
"GitPython==3.1.44",
"gitdb==4.0.12",
- "hatchling==1.25.0",
+ "hatchling==1.27.0",
"packaging==24.2",
"pathspec==0.12.1",
"pluggy==1.5.0",