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 0cc410b5b8 Updat build dependencies after hatchling update (#38439)
0cc410b5b8 is described below
commit 0cc410b5b86e851d6b18f391ba0b4a3a5d696ee8
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Mar 24 16:51:41 2024 +0100
Updat build dependencies after hatchling update (#38439)
---
pyproject.toml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 643636ae2a..751173f7c4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,12 +24,11 @@
requires = [
"GitPython==3.1.42",
"gitdb==4.0.11",
- "hatchling==1.22.3",
+ "hatchling==1.22.4",
"packaging==24.0",
"pathspec==0.12.1",
"pluggy==1.4.0",
"smmap==5.0.1",
- "tomli==2.0.1; python_version < '3.11'",
"trove-classifiers==2024.3.3",
]
build-backend = "hatchling.build"