From 8291356daed13e0898adf3abfb53166feac9b6e3 Mon Sep 17 00:00:00 2001 From: gjclark Date: Tue, 17 Sep 2024 14:01:00 -0800 Subject: [PATCH] Use AWS Lambda Python 3.10 image --- Makefile | 2 +- requirements/requirements-dev.txt | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 1ef1e642..f25e3904 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ all: build ; # Build everything .PHONY: build -build: \ +build: tea-dependency-builder \ $(DIR)/thin-egress-app-code.zip \ $(DIR)/thin-egress-app-dependencies.zip \ $(DIR)/thin-egress-app.yaml \ diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 3e603d48..41c35817 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile requirements/requirements-dev.in @@ -40,12 +40,10 @@ docker==7.1.0 # via moto exceptiongroup==1.2.2 # via pytest -idna==3.8 +idna==3.10 # via requests importlib-metadata==7.1.0 - # via - # build - # opentelemetry-api + # via opentelemetry-api iniconfig==2.0.0 # via pytest jinja2==3.1.4 @@ -140,7 +138,7 @@ wrapt==1.16.0 # opentelemetry-instrumentation xmltodict==0.13.0 # via moto -zipp==3.20.1 +zipp==3.20.2 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: