Skip to content

Commit 6676764

Browse files
chore(deps): update wmg and cellguide pipeline
1 parent 3b671a0 commit 6676764

File tree

4 files changed

+33
-33
lines changed

4 files changed

+33
-33
lines changed

Dockerfile.cellguide_pipeline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BASE_TAG=branch-main
22

3-
FROM python:3.10
3+
FROM python:3.14
44

55
# Update AWS root Certificates
66
ADD https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /etc/ssl/certs/rds-global-bundle.pem

Dockerfile.wmg_pipeline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BASE_TAG=branch-main
22

3-
FROM python:3.10
3+
FROM python:3.14
44

55
# Update AWS root Certificates
66
ADD https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /etc/ssl/certs/rds-global-bundle.pem
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
anndata>=0.10.1
2-
awscli==1.29.34
3-
boto3==1.28.7
2+
awscli==1.43.3
3+
boto3==1.41.3
44
cellxgene-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
77
numba>=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
1313
requests==2.31.0
14-
scipy==1.11.1
14+
scipy==1.16.3
1515
tiledb
1616
tiledbsoma>=1.15.3
1717
urllib3==1.26.16
18-
pyarrow==12.0.0
19-
dask==2023.8.1
18+
pyarrow==22.0.0
19+
dask==2025.11.0
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
alembic==1.11.1
1+
alembic==1.17.2
22
anndata>=0.10.1
3-
boto3==1.28.7
4-
botocore>=1.31.7, <1.32.0
3+
boto3==1.41.3
4+
botocore>=1.41.3, <1.42.0
55
cellxgene-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
99
numba>=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
1515
pydantic<3
16-
pygraphviz==1.11
17-
python-json-logger==2.0.7
16+
pygraphviz==1.14
17+
python-json-logger==4.0.0
1818
requests>=2.22.0
1919
rsa>=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
2525
tiledb
2626
tiledbsoma>=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

0 commit comments

Comments
 (0)