This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-8-test by this push:
new f42db91ae9 Update build dependencies
f42db91ae9 is described below
commit f42db91ae97a0e13aa93a99bf9b5435cb8c3a3d0
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Mar 19 12:42:35 2024 +0100
Update build dependencies
---
pyproject.toml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 88742db9fe..c3ed5d4add 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,10 +23,9 @@
# pre-commit run --hook-stage manual update-build-dependencies --all-files
requires = [
"GitPython==3.1.42",
- "editables==0.5",
"gitdb==4.0.11",
- "hatchling==1.21.1",
- "packaging==23.2",
+ "hatchling==1.22.3",
+ "packaging==24.0",
"pathspec==0.12.1",
"pluggy==1.4.0",
"smmap==5.0.1",