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 5581e65fd55 Bump trove-classifiers from 2024.10.21.16 to 2025.1.6.15
(#45439)
5581e65fd55 is described below
commit 5581e65fd5575364fbf2c0e5c8cf4f4afe2b841b
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 6 18:52:01 2025 +0100
Bump trove-classifiers from 2024.10.21.16 to 2025.1.6.15 (#45439)
Bumps [trove-classifiers](https://github.com/pypa/trove-classifiers) from
2024.10.21.16 to 2025.1.6.15.
- [Release notes](https://github.com/pypa/trove-classifiers/releases)
-
[Commits](https://github.com/pypa/trove-classifiers/compare/2024.10.21.16...2025.1.6.15)
---
updated-dependencies:
- dependency-name: trove-classifiers
dependency-type: direct:development
update-type: version-update:semver-major
...
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 c7e12fcfcaa..2b9c997c2e6 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==2024.10.21.16",
+ "trove-classifiers==2025.1.6.15",
]
build-backend = "hatchling.build"