Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2023
1 parent 4dfa583 commit e7084e6
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-bullseye
FROM python:3.11-bullseye

WORKDIR /app
ADD ./requirements.txt .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-bullseye
FROM python:3.11-bullseye

RUN apt-get update
RUN apt-get install -y \
Expand Down
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.10

COPY healthcheck_list.py healthcheck_utils.py registry.py ./

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests
numpy
opencv-python==4.5.4.58
Pillow==9.0.1
scikit-image==0.18.3
scipy==1.7.2
imageio==2.10.4
opencv-python==4.7.0.72
Pillow==9.4.0
scikit-image==0.20.0
scipy==1.10.1
imageio==2.26.0
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.10

COPY preprocessing_list.py preprocessing_utils.py preprocessor.py references.py ./

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy
Pillow==9.0.1
scikit-image==0.18.3
opencv-python==4.5.4.58
scipy==1.7.2
imageio==2.10.4
Pillow==9.4.0
scikit-image==0.20.0
opencv-python==4.7.0.72
scipy==1.10.1
imageio==2.26.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aws-sam-cli==1.53.0
awscli==1.25.51
aws-sam-cli==1.76.0
awscli==1.27.84

0 comments on commit e7084e6

Please sign in to comment.