Skip to content

Commit b163bd0

Browse files
committed
Update python version 3.12 and update dependencies
Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/IN-1087
1 parent fde3fe8 commit b163bd0

File tree

5 files changed

+561
-4
lines changed

5 files changed

+561
-4
lines changed

.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.4
1+
3.12

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/lambda/python:3.11
1+
FROM public.ecr.aws/lambda/python:3.12
22

33
# Copy function code
44
COPY . ${LAMBDA_TASK_ROOT}/

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ pytest = "*"
1515
ruff = "*"
1616

1717
[requires]
18-
python_version = "3.11"
18+
python_version = "3.12"

0 commit comments

Comments
 (0)