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 4
4
lint_and_test :
5
5
working_directory : ~/cob_datapipeline
6
6
docker :
7
- - image : cimg/python:3.12.3
7
+ - image : cimg/python:3.12.4
8
8
auth :
9
9
username : $DOCKERHUB_USER
10
10
password : $DOCKERHUB_PASSWORD
33
33
make test
34
34
qa_deploy :
35
35
docker :
36
- - image : cimg/python:3.12.3
36
+ - image : cimg/python:3.12.4
37
37
auth :
38
38
username : $DOCKERHUB_USER
39
39
password : $DOCKERHUB_PASSWORD
57
57
pipenv run ansible-playbook -i inventory/qa playbook.yml --tags "jumphost,role::airflow::dags" --vault-password-file=~/.vault -e 'ansible_ssh_port=9229'
58
58
prod_deploy :
59
59
docker :
60
- - image : cimg/python:3.12.3
60
+ - image : cimg/python:3.12.4
61
61
auth :
62
62
username : $DOCKERHUB_USER
63
63
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"
4
4
verify_ssl = true
5
5
6
6
[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"
14
15
flask-session = " ==0.5.0"
15
16
importlib_metadata = " ==6.11.0"
16
17
moto = " ==5.0.11"
17
- paramiko = " ==3.4.1 "
18
+ paramiko = " ==3.5.0 "
18
19
pexpect = " ==4.9.0"
19
20
pylint = " *"
20
21
pysftp = " *"
21
- pytest = " ==8.3.2 "
22
+ pytest = " ==8.3.4 "
22
23
parameterized = " *"
23
24
requests-mock = " ==1.12.1"
24
- s3fs = " ==2024.6.1 "
25
- setuptools = " ==74.0 .0"
25
+ s3fs = " ==2025.2.0 "
26
+ setuptools = " ==75.8 .0"
26
27
sickle = " *"
27
28
sshtunnel = " ==0.4.0"
28
29
tulflow = " *"
@@ -33,4 +34,4 @@ pandas = "==2.1.4"
33
34
[packages ]
34
35
35
36
[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