Skip to content

Commit e8cfcbc

Browse files
chore(deps): update submissions
1 parent 4a839c2 commit e8cfcbc

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Dockerfile.processing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10
1+
FROM python:3.14
22

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

Dockerfile.upload_failures

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/lambda/python:3.10
1+
FROM public.ecr.aws/lambda/python:3.13
22

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

Dockerfile.upload_success

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/lambda/python:3.10
1+
FROM public.ecr.aws/lambda/python:3.13
22

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

python_dependencies/processing/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ anndata # uses the version supplied by cellxgene-schema
22
awscli
33
boto3>=1.11.17
44
cellxgene-schema==7.0.1
5-
dask==2024.12.0
5+
dask==2025.10.0
66
dataclasses-json
7-
ddtrace==2.1.4
8-
numba==0.59.1
9-
numpy<2
7+
ddtrace==3.17.2
8+
numba==0.62.1
9+
numpy<3
1010
pandas>2,<3
1111
psutil>=5.9.0
1212
psycopg2-binary==2.*
1313
pyarrow>=1.0
1414
pydantic<3
1515
python-json-logger
16-
pyvips==2.2.2
16+
pyvips==3.0.0
1717
requests>=2.22.0
1818
rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability
19-
s3fs==0.4.2
20-
scanpy==1.9.8
19+
s3fs==2025.9.0
20+
scanpy==1.11.5
2121
SQLAlchemy==2.*
2222
tenacity
23-
tiledb==0.25.0 # Portal's tiledb version should always be the same or older than Explorer's
23+
tiledb==0.35.1 # Portal's tiledb version should always be the same or older than Explorer's

python_dependencies/upload_handler/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dataclasses-json
33
pydantic<3
44
psycopg2-binary==2.*
55
pyrsistent
6-
python-json-logger==2.0.7
6+
python-json-logger==4.0.0
77
requests>=2.22.0
88
rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability
99
SQLAlchemy==2.*

0 commit comments

Comments
 (0)