Skip to content

Commit 6693976

Browse files
committed
Updated dependencies
1 parent 8523d95 commit 6693976

File tree

4 files changed

+174
-216
lines changed

4 files changed

+174
-216
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/psf/black
8-
rev: 21.11b1
8+
rev: 21.12b0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/pycqa/isort

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=
2-
ARG PY_VERSION=3.8
2+
ARG PY_VERSION=3.9
33
ARG BASE_IMAGE=public.ecr.aws/compose-x/python:${PY_VERSION}
44
ARG LAMBDA_IMAGE=public.ecr.aws/lambda/python:latest
55
FROM $BASE_IMAGE as builder

0 commit comments

Comments
 (0)