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 c381fdaff4 Upgrade trove-classifier in build dependencies after it's
released (#37147)
c381fdaff4 is described below
commit c381fdaff42bbda480eee70fb15c5b26a2a3a77d
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Feb 2 14:06:10 2024 +0100
Upgrade trove-classifier in build dependencies after it's released (#37147)
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index cb05b9735c..c083fe9a19 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.1.8",
+ "trove-classifiers==2024.1.31",
]
build-backend = "hatchling.build"