Skip to content

Commit b3d59b8

Browse files
chore(deps): update submissions
1 parent 1126d8e commit b3d59b8

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Dockerfile.dataset_submissions

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.9
1+
FROM public.ecr.aws/lambda/python:3.12
22

33
COPY backend/layers/processing/submissions .
44
COPY backend/layers ./backend/layers

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.8
1+
FROM public.ecr.aws/lambda/python:3.12
22

33
COPY backend/layers/processing/upload_failures .
44
COPY backend/layers ./backend/layers

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.8
1+
FROM public.ecr.aws/lambda/python:3.12
22

33
COPY backend/layers/processing/upload_failures backend/layers/processing/upload_failures
44
COPY backend/layers/processing/upload_success .
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
anndata==0.8.0
1+
anndata==0.10.7
22
awscli
33
boto3>=1.11.17
44
botocore>=1.14.17
55
cellxgene-schema
66
dataclasses-json
7-
ddtrace==2.1.4
8-
numba==0.56.2
9-
numpy==1.23.2
10-
pandas==1.4.4
7+
ddtrace==2.8.5
8+
numba==0.59.1
9+
numpy==1.26.4
10+
pandas==2.2.2
1111
psutil>=5.9.0
1212
psycopg2-binary==2.*
1313
pyarrow>=1.0
1414
pydantic>=1.9.0
1515
python-json-logger
16-
pyvips==2.2.2
16+
pyvips==2.2.3
1717
requests>=2.22.0
1818
rpy2==3.5.16
1919
rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability
20-
s3fs==0.4.2
21-
scanpy==1.9.3
20+
s3fs==2024.5.0
21+
scanpy==1.10.1
2222
SQLAlchemy==2.*
2323
tenacity
24-
tiledb==0.25.0 # Portal's tiledb version should always be the same or older than Explorer's
24+
tiledb==0.29.0 # Portal's tiledb version should always be the same or older than Explorer's

0 commit comments

Comments
 (0)