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 d0650edc76 Updates trove-classifiers released today in build
dependencies. (#38464)
d0650edc76 is described below
commit d0650edc7634fcc73ada200c06db509db6c9ea36
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Mar 25 17:18:42 2024 +0100
Updates trove-classifiers released today in build dependencies. (#38464)
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 80b5adb286..783cc60850 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ requires = [
"pluggy==1.4.0",
"smmap==5.0.1",
"tomli==2.0.1; python_version < '3.11'",
- "trove-classifiers==2024.3.3",
+ "trove-classifiers==2024.3.25",
]
build-backend = "hatchling.build"