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 bc34603123 Update to even newer version of trove classifier as build
dependency (#37669)
bc34603123 is described below
commit bc346031236ca9e5c9c88bd843b87a78e769feff
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Feb 24 09:21:45 2024 +0100
Update to even newer version of trove classifier as build dependency
(#37669)
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 6a93367cff..031a7046ee 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,7 +31,7 @@ requires = [
"pluggy==1.4.0",
"smmap==5.0.1",
"tomli==2.0.1; python_version < '3.11'",
- "trove-classifiers==2024.2.22",
+ "trove-classifiers==2024.2.23",
]
build-backend = "hatchling.build"