Skip to content

Commit ea90448

Browse files
committed
change: bump apache-airflow to v2.7.2 (aws#4209)
1 parent da9d05a commit ea90448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ awslogs==0.14.0
1212
black==22.3.0
1313
stopit==1.1.2
1414
# Update tox.ini to have correct version of airflow constraints file
15-
apache-airflow==2.7.1
15+
apache-airflow==2.7.2
1616
apache-airflow-providers-amazon==7.2.1
1717
attrs>=23.1.0,<24
1818
fabric==2.6.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ passenv =
7676
# Can be used to specify which tests to run, e.g.: tox -- -s
7777
commands =
7878
python -c "import os; os.system('install-custom-pkgs --install-boto-wheels')"
79-
pip install 'apache-airflow==2.7.1' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.7.1/constraints-3.8.txt"
79+
pip install 'apache-airflow==2.7.2' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.7.2/constraints-3.8.txt"
8080

8181
pytest --cov=sagemaker --cov-append {posargs}
8282
{env:IGNORE_COVERAGE:} coverage report -i --fail-under=86

0 commit comments

Comments
 (0)