This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-8-test by this push:
new 650d29d470 Update to even newer version of trove classifier as build
dependency (#37669)
650d29d470 is described below
commit 650d29d470ac8cb9a13659826424def750affe92
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)
(cherry picked from commit bc346031236ca9e5c9c88bd843b87a78e769feff)
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 5849183774..1f2a70c862 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"