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] authored Oct 7, 2024
1 parent 6876867 commit 4b3248a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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

# Update AWS root Certificates
ADD https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /etc/ssl/certs/rds-global-bundle.pem
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

# Update AWS root Certificates
ADD https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /etc/ssl/certs/rds-global-bundle.pem
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

# Update AWS root Certificates
ADD https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /etc/ssl/certs/rds-global-bundle.pem
Expand Down
16 changes: 8 additions & 8 deletions python_dependencies/processing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
anndata==0.10.8
anndata==0.10.9
awscli
boto3>=1.11.17
botocore>=1.14.17
cellxgene-schema
dataclasses-json
ddtrace==2.1.4
numba==0.59.1
numpy<2
ddtrace==2.14.2
numba==0.60.0
numpy<3
pandas>2,<3
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.8
s3fs==2024.9.0
scanpy==1.10.3
SQLAlchemy==2.*
tenacity
tiledb==0.25.0 # Portal's tiledb version should always be the same or older than Explorer's
tiledb==0.32.3 # Portal's tiledb version should always be the same or older than Explorer's

0 comments on commit 4b3248a

Please sign in to comment.