This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-10-test by this push:
new 7fc49eb283 Update trove-classifiers to 2024.10.21.16
7fc49eb283 is described below
commit 7fc49eb283e4b6df973803fb4c35ead06b7e51ef
Author: Jens Scheffler <[email protected]>
AuthorDate: Mon Oct 21 21:28:19 2024 +0200
Update trove-classifiers to 2024.10.21.16
(cherry picked from commit fa28e3595d2caa2d8ae266fc4740d8673a09877b)
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 7482797620..f738f1e559 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ requires = [
"pluggy==1.5.0",
"smmap==5.0.1",
"tomli==2.0.2; python_version < '3.11'",
- "trove-classifiers==2024.10.16",
+ "trove-classifiers==2024.10.21.16",
]
build-backend = "hatchling.build"