Skip to content

Commit

Permalink
chore(deps): update submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 7, 2024
1 parent f37cf21 commit 725eb0c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dataset_submissions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/python:3.9
FROM public.ecr.aws/lambda/python:3.12

COPY backend/layers/processing/submissions .
COPY backend/layers ./backend/layers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.upload_failures
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/python:3.8
FROM public.ecr.aws/lambda/python:3.12

COPY backend/layers/processing/upload_failures .
COPY backend/layers ./backend/layers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.upload_success
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/python:3.8
FROM public.ecr.aws/lambda/python:3.12

COPY backend/layers/processing/upload_failures backend/layers/processing/upload_failures
COPY backend/layers/processing/upload_success .
Expand Down
18 changes: 9 additions & 9 deletions python_dependencies/processing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
anndata==0.8.0
anndata==0.10.7
awscli
boto3>=1.11.17
botocore>=1.14.17
cellxgene-schema
dataclasses-json
ddtrace==2.1.4
numba==0.56.2
numpy==1.23.2
pandas==1.4.4
ddtrace==2.8.5
numba==0.59.1
numpy==1.26.4
pandas==2.2.2
psutil>=5.9.0
psycopg2-binary==2.*
pyarrow>=1.0
pydantic>=1.9.0
python-json-logger
pyvips==2.2.2
pyvips==2.2.3
requests>=2.22.0
rpy2==3.5.16
rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability
s3fs==0.4.2
scanpy==1.9.3
s3fs==2024.6.0
scanpy==1.10.1
SQLAlchemy==2.*
tenacity
tiledb==0.25.0 # Portal's tiledb version should always be the same or older than Explorer's
tiledb==0.29.0 # Portal's tiledb version should always be the same or older than Explorer's

0 comments on commit 725eb0c

Please sign in to comment.