Upgrade all lambdas runtime to 3.10, fix requirements

The recent update of urllib3 completely broken the world

- https://github.com/urllib3/urllib3/issues/2168
- https://github.com/boto/botocore/issues/2926
- https://github.com/psf/requests/issues/6443
This commit is contained in:
Mikhail f. Shiryaev 2023-05-11 16:09:59 +02:00
parent d890114c5e
commit 8a664e2cac
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4
9 changed files with 14 additions and 14 deletions

View File

@ -1 +1 @@
requests
requests<2.30

View File

@ -1,3 +1,3 @@
requests
requests<2.30
PyJWT
cryptography==37.0.4
cryptography<38

View File

@ -1,3 +1,3 @@
requests
requests<2.30
PyJWT
cryptography==37.0.4
cryptography<38

View File

@ -1,3 +1,3 @@
requests
requests<2.30
PyJWT
cryptography==37.0.4
cryptography<38

View File

@ -5,7 +5,7 @@ WORKDIR=$(dirname "$0")
WORKDIR=$(readlink -f "${WORKDIR}")
cd "$WORKDIR"
PY_VERSION=3.9
PY_VERSION=3.10
PY_EXEC="python${PY_VERSION}"
DOCKER_IMAGE="python:${PY_VERSION}-slim"
LAMBDA_NAME=$(basename "$WORKDIR")

View File

@ -1 +1 @@
requests
requests<2.30

View File

@ -1,3 +1,3 @@
requests
requests<2.30
PyJWT
cryptography==37.0.4
cryptography<38

View File

@ -1,3 +1,3 @@
requests
requests<2.30
PyJWT
cryptography==37.0.4
cryptography<38

View File

@ -1 +1 @@
requests
requests<2.30