diff --git a/airflow/providers/amazon/provider.yaml b/airflow/providers/amazon/provider.yaml index dcfcb333eb26e..b9e2e03131622 100644 --- a/airflow/providers/amazon/provider.yaml +++ b/airflow/providers/amazon/provider.yaml @@ -81,7 +81,6 @@ dependencies: # NOTE!!! BOTOCORE version is always shifted by 3 MINOR VERSIONS from boto3 # See https://github.com/boto/boto3/issues/2702 - botocore>=1.31.0 - - asgiref # watchtower 3 has been released end Jan and introduced breaking change across the board that might # change logging behaviour: # https://github.com/kislyuk/watchtower/blob/develop/Changes.rst#changes-for-v300-2022-01-26 diff --git a/generated/provider_dependencies.json b/generated/provider_dependencies.json index 477bb313b298e..1eecaa04b958a 100644 --- a/generated/provider_dependencies.json +++ b/generated/provider_dependencies.json @@ -25,7 +25,6 @@ "apache-airflow-providers-http", "apache-airflow>=2.4.0", "asgiref", - "asgiref", "boto3>=1.28.0", "botocore>=1.31.0", "jsonpath_ng>=1.5.3",