This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
commit ff2ad0c50938792067118e6628af806c25976f34
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 10 04:13:01 2025 +0200
Bump trove-classifiers from 2025.9.8.13 to 2025.9.9.12 (#55418)
Bumps [trove-classifiers](https://github.com/pypa/trove-classifiers) from
2025.9.8.13 to 2025.9.9.12.
- [Release notes](https://github.com/pypa/trove-classifiers/releases)
-
[Commits](https://github.com/pypa/trove-classifiers/compare/2025.9.8.13...2025.9.9.12)
---
updated-dependencies:
- dependency-name: trove-classifiers
dependency-version: 2025.9.9.12
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 23c14622b5289d781ce0dd9497af679b5d94f26b)
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 35702913a65..c824141f9bb 100644
--- a/pyproject.toml
+++ b/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.9.8.13",
+ "trove-classifiers==2025.9.9.12",
]
build-backend = "hatchling.build"