Skip to content

Commit 6ed26f1

Browse files
DEVO-1169-upgrade-airflow-to-2-10-5 (#1675)
* update airflow > 2.10.5 * update new version constraints * new lock file * update python version to clear cache? * update python version everywhere * bump python by one minor version * bump python by one minor version * update lock file
1 parent 4e5e858 commit 6ed26f1

File tree

4 files changed

+1427
-1351
lines changed

4 files changed

+1427
-1351
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
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
@@ -33,7 +33,7 @@ jobs:
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
@@ -57,7 +57,7 @@ jobs:
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

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.3
1+
3.12.4

Pipfile

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,26 @@ url = "https://pypi.org/simple"
44
verify_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"
1415
flask-session = "==0.5.0"
1516
importlib_metadata = "==6.11.0"
1617
moto = "==5.0.11"
17-
paramiko = "==3.4.1"
18+
paramiko = "==3.5.0"
1819
pexpect = "==4.9.0"
1920
pylint = "*"
2021
pysftp = "*"
21-
pytest = "==8.3.2"
22+
pytest = "==8.3.4"
2223
parameterized = "*"
2324
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"
2627
sickle = "*"
2728
sshtunnel = "==0.4.0"
2829
tulflow = "*"
@@ -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"

0 commit comments

Comments
 (0)