File tree Expand file tree Collapse file tree 4 files changed +1427
-1351
lines changed
Expand file tree Collapse file tree 4 files changed +1427
-1351
lines changed Original file line number Diff line number Diff line change 44 lint_and_test :
55 working_directory : ~/cob_datapipeline
66 docker :
7- - image : cimg/python:3.12.3
7+ - image : cimg/python:3.12.4
88 auth :
99 username : $DOCKERHUB_USER
1010 password : $DOCKERHUB_PASSWORD
3333 make test
3434 qa_deploy :
3535 docker :
36- - image : cimg/python:3.12.3
36+ - image : cimg/python:3.12.4
3737 auth :
3838 username : $DOCKERHUB_USER
3939 password : $DOCKERHUB_PASSWORD
5757 pipenv run ansible-playbook -i inventory/qa playbook.yml --tags "jumphost,role::airflow::dags" --vault-password-file=~/.vault -e 'ansible_ssh_port=9229'
5858 prod_deploy :
5959 docker :
60- - image : cimg/python:3.12.3
60+ - image : cimg/python:3.12.4
6161 auth :
6262 username : $DOCKERHUB_USER
6363 password : $DOCKERHUB_PASSWORD
Original file line number Diff line number Diff line change 1- 3.12.3
1+ 3.12.4
Original file line number Diff line number Diff line change @@ -4,25 +4,26 @@ url = "https://pypi.org/simple"
44verify_ssl = true
55
66[dev-packages ]
7- aiobotocore = " ==2.14.0"
8- apache-airflow = " ==2.10.1"
9- apache-airflow-providers-amazon = " ==8.28.0"
10- apache-airflow-providers-sftp = " ==4.11.0"
11- apache-airflow-providers-slack = " ==8.9.0"
12- apache-airflow-providers-ssh = " ==3.13.1"
13- boto3 = " ==1.35.7"
7+ aiobotocore = " ==2.19.0"
8+ apache-airflow = " ==2.10.5"
9+ apache-airflow-providers-amazon = " ==9.2.0"
10+ apache-airflow-providers-sftp = " ==5.0.0"
11+ apache-airflow-providers-slack = " ==9.0.0"
12+ apache-airflow-providers-ssh = " ==4.0.0"
13+ boto3 = " ==1.36.3"
14+ botocore = " ==1.36.3"
1415flask-session = " ==0.5.0"
1516importlib_metadata = " ==6.11.0"
1617moto = " ==5.0.11"
17- paramiko = " ==3.4.1 "
18+ paramiko = " ==3.5.0 "
1819pexpect = " ==4.9.0"
1920pylint = " *"
2021pysftp = " *"
21- pytest = " ==8.3.2 "
22+ pytest = " ==8.3.4 "
2223parameterized = " *"
2324requests-mock = " ==1.12.1"
24- s3fs = " ==2024.6.1 "
25- setuptools = " ==74.0 .0"
25+ s3fs = " ==2025.2.0 "
26+ setuptools = " ==75.8 .0"
2627sickle = " *"
2728sshtunnel = " ==0.4.0"
2829tulflow = " *"
@@ -33,4 +34,4 @@ pandas = "==2.1.4"
3334[packages ]
3435
3536[requires ]
36- python_version = " 3.12.3 "
37+ python_version = " 3.12.4 "
You can’t perform that action at this time.
0 commit comments