This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-10-test by this push:
new 2425ee00c6a Fix v2-10 build dependencies (#43052)
2425ee00c6a is described below
commit 2425ee00c6af28af66af0e4f3304ff71e00c43c6
Author: Jens Scheffler <[email protected]>
AuthorDate: Tue Oct 15 22:53:27 2024 +0200
Fix v2-10 build dependencies (#43052)
---
chart/values.schema.json | 2 +-
chart/values.yaml | 2 +-
pyproject.toml | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/chart/values.schema.json b/chart/values.schema.json
index 17791b28386..49cadfbb641 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -671,7 +671,7 @@
"tag": {
"description": "The StatsD image tag.",
"type": "string",
- "default": "v0.27.2-pr579"
+ "default": "v0.27.2"
},
"pullPolicy": {
"description": "The StatsD image pull policy.",
diff --git a/chart/values.yaml b/chart/values.yaml
index 88dcb5359bf..13f7f455ebb 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -105,7 +105,7 @@ images:
pullPolicy: IfNotPresent
statsd:
repository: quay.io/prometheus/statsd-exporter
- tag: v0.27.2-pr579
+ tag: v0.27.2
pullPolicy: IfNotPresent
redis:
repository: redis
diff --git a/pyproject.toml b/pyproject.toml
index 618a6cb7824..f2b9559ff99 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,8 +29,8 @@ requires = [
"pathspec==0.12.1",
"pluggy==1.5.0",
"smmap==5.0.1",
- "tomli==2.0.1; python_version < '3.11'",
- "trove-classifiers==2024.9.12",
+ "tomli==2.0.2; python_version < '3.11'",
+ "trove-classifiers==2024.10.13",
]
build-backend = "hatchling.build"