This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-10-test by this push:
new 0c6e6bd86fc Bump trove-classifiers from 2025.5.8.15 to 2025.5.9.12
(#50410)
0c6e6bd86fc is described below
commit 0c6e6bd86fc8406014f3a7d298471769c9902271
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 9 23:28:46 2025 +0200
Bump trove-classifiers from 2025.5.8.15 to 2025.5.9.12 (#50410)
Bumps [trove-classifiers](https://github.com/pypa/trove-classifiers) from
2025.5.8.15 to 2025.5.9.12.
- [Release notes](https://github.com/pypa/trove-classifiers/releases)
-
[Commits](https://github.com/pypa/trove-classifiers/compare/2025.5.8.15...2025.5.9.12)
---
updated-dependencies:
- dependency-name: trove-classifiers
dependency-version: 2025.5.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>
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 4a34c0afaf9..fc2ecbc4f5a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ requires = [
"pluggy==1.5.0",
"smmap==5.0.2",
"tomli==2.2.1; python_version < '3.11'",
- "trove-classifiers==2025.5.8.15",
+ "trove-classifiers==2025.5.9.12",
]
build-backend = "hatchling.build"