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 be3befa0efc Bump trove-classifiers in /airflow-core (#49134) be3befa0efc is described below commit be3befa0efc596b4e5d897f965c1e0be1c843592 Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat Apr 12 13:08:00 2025 +0200 Bump trove-classifiers in /airflow-core (#49134) Bumps [trove-classifiers](https://github.com/pypa/trove-classifiers) from 2025.3.19.19 to 2025.4.11.15. - [Release notes](https://github.com/pypa/trove-classifiers/releases) - [Commits](https://github.com/pypa/trove-classifiers/compare/2025.3.19.19...2025.4.11.15) --- updated-dependencies: - dependency-name: trove-classifiers dependency-version: 2025.4.11.15 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 db36f8153e4..0bb8476c865 100644 --- a/airflow-core/pyproject.toml +++ b/airflow-core/pyproject.toml @@ -25,7 +25,7 @@ requires = [ "pluggy==1.5.0", "smmap==5.0.2", "tomli==2.2.1; python_version < '3.11'", - "trove-classifiers==2025.3.19.19", + "trove-classifiers==2025.4.11.15", ] build-backend = "hatchling.build"