diff --git a/providers/apprise/pyproject.toml b/providers/apprise/pyproject.toml index da275989979e8..491e3a6832fc4 100644 --- a/providers/apprise/pyproject.toml +++ b/providers/apprise/pyproject.toml @@ -59,7 +59,7 @@ requires-python = ">=3.10" # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build`` dependencies = [ "apache-airflow>=2.10.0", - "apache-airflow-providers-common-compat>=1.8.0", + "apache-airflow-providers-common-compat>=1.8.0", # use next version "apprise>=1.8.0", ] diff --git a/providers/slack/pyproject.toml b/providers/slack/pyproject.toml index ecf963ac96b53..05f5f0fccd950 100644 --- a/providers/slack/pyproject.toml +++ b/providers/slack/pyproject.toml @@ -59,7 +59,7 @@ requires-python = ">=3.10" # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build`` dependencies = [ "apache-airflow>=2.10.0", - "apache-airflow-providers-common-compat>=1.8.0", + "apache-airflow-providers-common-compat>=1.8.0", # use next version "apache-airflow-providers-common-sql>=1.27.0", "slack-sdk>=3.36.0", "asgiref>=2.3.0",