This is an automated email from the ASF dual-hosted git repository.
ash 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 8ee9d01e1c8 Upgrade Trove classifier to `2024.10.12` (#42961)
8ee9d01e1c8 is described below
commit 8ee9d01e1c8102d18f7ca5c59d38c91fdf72b70e
Author: Kaxil Naik <[email protected]>
AuthorDate: Sat Oct 12 17:33:58 2024 +0100
Upgrade Trove classifier to `2024.10.12` (#42961)
Test was failing:
https://github.com/apache/airflow/actions/runs/11306055404/job/31446236535
```
pre-commit hook(s) made changes.
If you are seeing this message in CI, reproduce locally with: `pre-commit
run --all-files`.
To run `pre-commit` as part of git workflow, use `pre-commit install`.
All changes made by hooks:
diff --git a/pyproject.toml b/pyproject.toml
index 844e1b6..5e9f587 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.11",
+ "trove-classifiers==2024.10.12",
]
build-backend = "hatchling.build"
```
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 6fafa7e99b0..6edf4e5c711 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.11",
+ "trove-classifiers==2024.10.12",
]
build-backend = "hatchling.build"