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 fb4bcaabf9 Update trove classifiers to the latest version as build
dependency (#40542)
fb4bcaabf9 is described below
commit fb4bcaabf9b0a1dd8ce883bc6cbec5d9eebb9d4d
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Jul 2 11:44:45 2024 +0200
Update trove classifiers to the latest version as build dependency (#40542)
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 3436e36180..197e1463bc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ requires = [
"pluggy==1.5.0",
"smmap==5.0.1",
"tomli==2.0.1; python_version < '3.11'",
- "trove-classifiers==2024.5.22",
+ "trove-classifiers==2024.7.1",
]
build-backend = "hatchling.build"