Skip to content

Commit 6d6febc

Browse files
committed
Dependency updates
1 parent 3fa29ef commit 6d6febc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
repos:
22
- repo: https://github.com/aws-cloudformation/cfn-lint
3-
rev: v0.72.2
3+
rev: v0.76.1
44
hooks:
55
- id: cfn-lint-rc
66
- repo: https://github.com/psf/black
7-
rev: 22.10.0
7+
rev: 23.3.0
88
hooks:
99
- id: black

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: setup build deploy format create-signing-profile clean
22

33
setup:
4-
python3.9 -m venv .venv
4+
python3 -m venv .venv
55
.venv/bin/python3 -m pip install -U pip
66
.venv/bin/python3 -m pip install -r requirements-dev.txt
77
.venv/bin/python3 -m pip install -r dependencies/requirements.txt

dependencies/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aws-lambda-powertools[tracer,validation]==2.4.0
1+
aws-lambda-powertools[tracer,validation,aws-sdk]==2.11.0

requirements-dev.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
black==22.10.0
2-
wheel==0.38.2
3-
pre-commit==2.20.0
1+
black==23.3.0
2+
wheel==0.40.0
3+
pre-commit==3.2.1

0 commit comments

Comments
 (0)