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

chore(deps): update all dependencies #152

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.94