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 0360b992daa Upgrade tomli as build dependency (#43900)
0360b992daa is described below
commit 0360b992daa3b8c1ac0d3a4b03592b698bd4a15a
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Nov 12 01:19:39 2024 +0100
Upgrade tomli as build dependency (#43900)
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index f008bfd8109..c5361472fc1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ requires = [
"pathspec==0.12.1",
"pluggy==1.5.0",
"smmap==5.0.1",
- "tomli==2.0.2; python_version < '3.11'",
+ "tomli==2.1.0; python_version < '3.11'",
"trove-classifiers==2024.10.21.16",
]
build-backend = "hatchling.build"