Skip to content

Commit 0a2e9dd

Browse files
committed
fix: security issue by bumping apache-airflow from 2.3.4 to 2.4.0 (aws#3391)
1 parent 3f99d2c commit 0a2e9dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ contextlib2==21.6.0
1111
awslogs==0.14.0
1212
black==22.3.0
1313
stopit==1.1.2
14-
apache-airflow==2.3.4
14+
apache-airflow==2.4.0
1515
apache-airflow-providers-amazon==4.0.0
1616
attrs==22.1.0
1717
fabric==2.6.0

tests/integ/test_airflow_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
import numpy as np
1919
from airflow import utils
2020
from airflow import DAG
21-
from airflow.contrib.operators.sagemaker_training_operator import SageMakerTrainingOperator
22-
from airflow.contrib.operators.sagemaker_transform_operator import SageMakerTransformOperator
21+
from airflow.providers.amazon.aws.operators.sagemaker import SageMakerTrainingOperator
22+
from airflow.providers.amazon.aws.operators.sagemaker_transform import SageMakerTransformOperator
2323
from six.moves.urllib.parse import urlparse
2424

2525
import tests.integ

0 commit comments

Comments
 (0)