This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push: new 9e4018e8695 Bump trove-classifiers from 2025.8.26.11 to 2025.9.8.13 in /airflow-core (#55389) 9e4018e8695 is described below commit 9e4018e8695af4556a1daac4ebf21f77a0e18395 Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Sep 9 03:21:49 2025 +0200 Bump trove-classifiers from 2025.8.26.11 to 2025.9.8.13 in /airflow-core (#55389) Bumps [trove-classifiers](https://github.com/pypa/trove-classifiers) from 2025.8.26.11 to 2025.9.8.13. - [Release notes](https://github.com/pypa/trove-classifiers/releases) - [Commits](https://github.com/pypa/trove-classifiers/compare/2025.8.26.11...2025.9.8.13) --- updated-dependencies: - dependency-name: trove-classifiers dependency-version: 2025.9.8.13 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- airflow-core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml index 30a902e15fe..7c7a7189917 100644 --- a/airflow-core/pyproject.toml +++ b/airflow-core/pyproject.toml @@ -25,7 +25,7 @@ requires = [ "pluggy==1.6.0", "smmap==5.0.2", "tomli==2.2.1; python_version < '3.11'", - "trove-classifiers==2025.8.26.11", + "trove-classifiers==2025.9.8.13", ] build-backend = "hatchling.build"