This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 911efec913e upgrade trove-classifiers (#42950)
911efec913e is described below
commit 911efec913e630ebb8ea37af3755e648a4eedabc
Author: GPK <[email protected]>
AuthorDate: Sat Oct 12 10:49:00 2024 +0100
upgrade trove-classifiers (#42950)
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 038393b139a..844e1b6d3ff 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.9.12",
+ "trove-classifiers==2024.10.11",
]
build-backend = "hatchling.build"