File tree Expand file tree Collapse file tree 4 files changed +33
-33
lines changed Expand file tree Collapse file tree 4 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 11ARG BASE_TAG=branch-main
22
3- FROM python:3.10
3+ FROM python:3.14
44
55# Update AWS root Certificates
66ADD https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /etc/ssl/certs/rds-global-bundle.pem
Original file line number Diff line number Diff line change 11ARG BASE_TAG=branch-main
22
3- FROM python:3.10
3+ FROM python:3.14
44
55# Update AWS root Certificates
66ADD https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /etc/ssl/certs/rds-global-bundle.pem
Original file line number Diff line number Diff line change 11anndata >= 0.10.1
2- awscli == 1.29.34
3- boto3 == 1.28.7
2+ awscli == 1.43.4
3+ boto3 == 1.41.4
44cellxgene-census >= 1.16.2
5- cellxgene-ontology-guide ~= 1.4.2
6- ddtrace == 2.1.4
5+ cellxgene-ontology-guide ~= 1.9.0
6+ ddtrace == 4.0.0
77numba >= 0.58.0
8- numpy >= 1.24.0 , < 2.1 .0
9- openai == 0.27.7
10- pandas == 2.2.1
11- psutil == 5.9.5
12- pydantic == 2.6 .4
8+ numpy >= 2.3.5 , < 3.0 .0
9+ openai == 2.8.1
10+ pandas == 2.3.3
11+ psutil == 7.1.3
12+ pydantic == 2.12 .4
1313requests == 2.31.0
14- scipy == 1.11.1
14+ scipy == 1.16.3
1515tiledb
1616tiledbsoma >= 1.15.3
1717urllib3 == 1.26.16
18- pyarrow == 12 .0.0
19- dask == 2023.8.1
18+ pyarrow == 22 .0.0
19+ dask == 2025.11.0
Original file line number Diff line number Diff line change 1- alembic == 1.11.1
1+ alembic == 1.17.2
22anndata >= 0.10.1
3- boto3 == 1.28.7
4- botocore >= 1.31.7 , < 1.32 .0
3+ boto3 == 1.41.4
4+ botocore >= 1.41.4 , < 1.42 .0
55cellxgene-census >= 1.16.2 # WMG pipeline always reads the latest version of Census so we need to use the latest package version
6- cellxgene-ontology-guide ~= 1.0 .0
7- dataclasses-json == 0.5 .7
8- ddtrace == 2.1.4
6+ cellxgene-ontology-guide ~= 1.9 .0
7+ dataclasses-json == 0.6 .7
8+ ddtrace == 4.0.0
99numba >= 0.58.0
10- numpy >= 1.24.0 , < 2.1 .0
11- openai == 0.27.7
12- pandas == 2.2.1
13- psutil == 5.9.5
14- pyarrow == 12 .0.0
10+ numpy >= 2.3.5 , < 3.0 .0
11+ openai == 2.8.1
12+ pandas == 2.3.3
13+ psutil == 7.1.3
14+ pyarrow == 22 .0.0
1515pydantic < 3
16- pygraphviz == 1.11
17- python-json-logger == 2 .0.7
16+ pygraphviz == 1.14
17+ python-json-logger == 4 .0.0
1818requests >= 2.22.0
1919rsa >= 4.7 # not directly required, pinned by Snyk to avoid a vulnerability
20- scanpy == 1.9.3
21- scipy == 1.10.1
22- SQLAlchemy == 1.4.49
23- SQLAlchemy-Utils == 0.41.1
24- tenacity == 8.2 .2
20+ scanpy == 1.11.5
21+ scipy == 1.16.3
22+ SQLAlchemy == 2.0.44
23+ SQLAlchemy-Utils == 0.42.0
24+ tenacity == 9.1 .2
2525tiledb
2626tiledbsoma >= 1.15.3 # WMG pipeline always reads the latest version of Census so we need to use the latest package version
27- dask == 2023.8.1
27+ dask == 2025.11.0
You can’t perform that action at this time.
0 commit comments